Created
September 3, 2020 02:22
-
-
Save ycui1/054861f7b7afcaacccde8621b1df3889 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
>>> say_hi("John") | |
Hi, John! | |
Hi, John! | |
Calling repeater: 0.02098 ms | |
>>> say_hello("Aaron") | |
Hello, Aaron! | |
Calling say_hello: 0.06032 ms | |
Hello, Aaron! | |
Calling say_hello: 0.00405 ms |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment