Advertisement
Guest User

new

a guest
Mar 22nd, 2018
68
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 0.07 KB | None | 0 0
  1. def myfunc(x,y):
  2.     if x>0:
  3.         return x
  4.     else:
  5.         return y
  6. x=7
  7. y=8
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement