Advertisement
Guest User

Untitled

a guest
Aug 14th, 2017
345
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PyCon 0.16 KB | None | 0 0
  1. >>> def fonction( param1, param2 ):
  2. ...     1+2
  3. ...     2+2
  4. ...     if param1 > param2:
  5. ...         a = 4
  6. ...     else:
  7. ...         a = 2
  8. ...     return a
  9. ...
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement