Skip to content

Instantly share code, notes, and snippets.

@KinoAR
Created September 18, 2019 02:46
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 KinoAR/18ffcf72efc8d726360cadfc720b3f49 to your computer and use it in GitHub Desktop.
Save KinoAR/18ffcf72efc8d726360cadfc720b3f49 to your computer and use it in GitHub Desktop.
Python example to illustrate white space and code structure
def add(x, y):
return x + y
# Returns 4
add(2, 2)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment