Advertisement
Guest User

Untitled

a guest
Oct 19th, 2017
75
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 0.10 KB | None | 0 0
  1. a = int(input())
  2.  
  3. if (a == 1):
  4.     print('a')
  5. else:
  6.     if (a == 2):
  7.         print('c')
  8.     else:
  9.         print('b')
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement