Guest User

Untitled

a guest
Apr 21st, 2018
69
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.11 KB | None | 0 0
  1. # Define a function
  2. def func():
  3. print("\nThis is a function")
  4.  
  5. # Assign function to a variable
  6. var = func
  7. var()
Add Comment
Please, Sign In to add comment