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