abobaker09

nain_fun_python

Oct 8th, 2018
104
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 0.08 KB | None | 0 0
  1. def mihn():
  2.     v()
  3. def v():
  4.     print("hello main")
  5. if__name__=='__main__': mihn()
Advertisement
Add Comment
Please, Sign In to add comment