Guest User

Untitled

a guest
Dec 12th, 2017
87
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.09 KB | None | 0 0
  1. @sleep(5)
  2. def hello(name):
  3. print('Hello {}'.format(name))
  4.  
  5.  
  6. hello('World')
  7. hello('Umut')
Add Comment
Please, Sign In to add comment