Advertisement
Guest User

Untitled

a guest
Jul 21st, 2019
76
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.11 KB | None | 0 0
  1. from file2 import a
  2. #import file2
  3. print(a)
  4.  
  5. #OR
  6. import file2
  7. print(file2.a)
  8. print(file2.printjoke(" ,This is me"))
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement