Skip to content

Instantly share code, notes, and snippets.

@ycui1
Created September 3, 2020 02:22
Show Gist options
  • Save ycui1/054861f7b7afcaacccde8621b1df3889 to your computer and use it in GitHub Desktop.
Save ycui1/054861f7b7afcaacccde8621b1df3889 to your computer and use it in GitHub Desktop.
>>> 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