Skip to content

Instantly share code, notes, and snippets.

@agusrichard
Created January 23, 2021 16:41
Show Gist options
  • Save agusrichard/9fa160a7563a01a393ac1dab647cc1dc to your computer and use it in GitHub Desktop.
Save agusrichard/9fa160a7563a01a393ac1dab647cc1dc to your computer and use it in GitHub Desktop.
@do_ten_times
def introduce_myself(name):
print(f"Hi, my name is {name}")
introduce_myself("Bob")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment