Guest User

Untitled

a guest
Nov 21st, 2018
88
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.09 KB | None | 0 0
  1. def test(num):
  2. if num == 1:
  3. return 4
  4. if num == 2:
  5. return 5
  6. else:
  7. return 6
Add Comment
Please, Sign In to add comment