Created
August 20, 2020 18:53
-
-
Save jeff-luszcz/c470d282599ea42424b976c673d7c115 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
# This gist is used to show off how Gists look in the Github interface | |
# call exampleFun with a value b which is the number of Foos in your Bar | |
def exampleFun(b): | |
print("This is my useful utility") | |
a = 12345 + b / 345; | |
return a |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This gist is used to show off how Gists look in the Github interface