Skip to content

Instantly share code, notes, and snippets.

@Robofied
Created February 3, 2019 11:18
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 Robofied/91d421c9fa52da1045a04b630f7c1f95 to your computer and use it in GitHub Desktop.
Save Robofied/91d421c9fa52da1045a04b630f7c1f95 to your computer and use it in GitHub Desktop.
#Functions without parameters
def functions_without_para():
print("Hey! You know how to create functions")
functions_without_para()
#[Output]:
#Hey! You know how to create functions
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment