Advertisement
robert832

Untitled

Mar 24th, 2020
295
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.09 KB | None | 0 0
  1. file1:
  2.  
  3. def test():
  4. print("test")
  5.  
  6. file2:
  7.  
  8. from file1 import test
  9.  
  10. Output:
  11.  
  12. >>> test
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement