Skip to content

Instantly share code, notes, and snippets.

@Robofied
Created February 10, 2019 08:20
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/ca54a5043c89528ca05213394db72e60 to your computer and use it in GitHub Desktop.
Save Robofied/ca54a5043c89528ca05213394db72e60 to your computer and use it in GitHub Desktop.
Intermediate Python
@ company
def new_employee():
print('Hi! Welcome to Robofied team')
## This function will also work fine as our function can handle any no. of arguments - zero, one, two etc..
new_employee()
#[Output]:
#Hi! Welcome to Robofied team
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment