Guest User

Untitled

a guest
Oct 17th, 2017
71
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.09 KB | None | 0 0
  1. import other
  2.  
  3. def main():
  4. other.test()
  5.  
  6. main()
  7.  
  8. def test():
  9. print("Hello")
Add Comment
Please, Sign In to add comment