Skip to content

Instantly share code, notes, and snippets.

@ycui1
Created September 3, 2020 02:22
Embed
What would you like to do?
>>> 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