Skip to content

Instantly share code, notes, and snippets.

@umutcoskun
Created December 10, 2017 20:45
Show Gist options
  • Save umutcoskun/6921c7cca61ba21c722069c5ab800e80 to your computer and use it in GitHub Desktop.
Save umutcoskun/6921c7cca61ba21c722069c5ab800e80 to your computer and use it in GitHub Desktop.
@sleep(5)
def hello(name):
print('Hello {}'.format(name))
hello('World')
hello('Umut')
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment