Skip to content

Instantly share code, notes, and snippets.

@jeff-luszcz
Created August 20, 2020 18:53
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jeff-luszcz/c470d282599ea42424b976c673d7c115 to your computer and use it in GitHub Desktop.
Save jeff-luszcz/c470d282599ea42424b976c673d7c115 to your computer and use it in GitHub Desktop.
# 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
@jeff-luszcz
Copy link
Author

This gist is used to show off how Gists look in the Github interface

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment