Advertisement
Guest User

Untitled

a guest
Aug 19th, 2019
85
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 0.17 KB | None | 0 0
  1. def function_1():
  2.     # some code
  3.  
  4. def function_2():
  5.     return 2
  6.  
  7. def function_3(val_1, val_2):
  8.     return val_1 + val_2
  9.  
  10. def function_4(whatever):
  11.     # do something with whatever
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement