Advertisement
imtiazaasif

perameter by python

May 19th, 2020
114
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 0.21 KB | None | 0 0
  1. def user(name):
  2.     print(f'hi {name}')
  3.     print("""Good morning !
  4.    how are you ! are you ok?
  5.    now go to hell :v
  6.    """)
  7.    
  8. print('start')
  9. user('Asif')
  10. print('now you are done with me lol')
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement