Advertisement
dystopian_looper

Untitled

Feb 11th, 2021
1,017
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 0.09 KB | None | 0 0
  1. def hail(name):
  2.     print("hello {}".format(name))
  3.  
  4. if __name__ == "__main__":
  5.     hail("haroun")
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement