Advertisement
Guest User

Untitled

a guest
Jun 19th, 2019
70
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.18 KB | None | 0 0
  1. #! /usr/bin/ env python3
  2.  
  3. _file_name = phonebook
  4.  
  5. exec("from "+_file_name+" import dictionary; ndictionary = dictionary; print(dictionary)")
  6. dict = ndictionary
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement