Skip to content

Instantly share code, notes, and snippets.

@agusrichard
Last active January 23, 2021 11:01
Show Gist options
  • Save agusrichard/bcff3b657f820b48bbdf227b3cb08e1c to your computer and use it in GitHub Desktop.
Save agusrichard/bcff3b657f820b48bbdf227b3cb08e1c to your computer and use it in GitHub Desktop.
def greet_repeatedly(num_times):
for i in range(num_times):
print('Hii')
return 'Hi, It\'s nice to see you!'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment