Skip to content

Instantly share code, notes, and snippets.

@manuelinfosec
Created September 6, 2022 02:06
Show Gist options
  • Save manuelinfosec/3cbf9f13bdc7687c394ac66a9b5bcb11 to your computer and use it in GitHub Desktop.
Save manuelinfosec/3cbf9f13bdc7687c394ac66a9b5bcb11 to your computer and use it in GitHub Desktop.
def a_stand_alone_function():
print("I am a stand alone function, don’t you dare modify me")
a_stand_alone_function()
# Outputs: I am a stand alone function, don't you dare modify me
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment