Guest User

Untitled

a guest
Dec 7th, 2018
89
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.08 KB | None | 0 0
  1. x = 'A'
  2. if x == 'c':
  3. print "c"
  4. elif x == 'b':
  5. print "b"
  6. else:
  7. print 'A!'
Add Comment
Please, Sign In to add comment