Advertisement
Guest User

Untitled

a guest
Oct 27th, 2016
52
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 0.12 KB | None | 0 0
  1. #!/usr/bin/env python3
  2.  
  3. with open("config.dat","r") as file:
  4.     for line in file.readlines():
  5.         eval(line)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement