Advertisement
imtiazaasif

perameter with keywoord arguments by python

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