Advertisement
Guest User

Untitled

a guest
Apr 6th, 2020
181
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 0.19 KB | None | 0 0
  1. def func1():
  2.     import 1
  3.     import 2
  4.     ...
  5.  
  6. def func2():
  7.     import 3
  8.     import 4
  9.  
  10. >>from my_tools import func2
  11. # при импорте func1 не импортируются импорты 1 и 2
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement