Last active
July 8, 2021 04:17
-
-
Save deadPix3l/f8ce03294000d858c434da7d55721121 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
@logging | |
def say_hello(): | |
print("hello") | |
say_hello("bob") | |
=== Output ==== | |
starting! | |
hello bob! | |
Done! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment