Created
January 23, 2021 16:41
-
-
Save agusrichard/9fa160a7563a01a393ac1dab647cc1dc to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@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