Guest User

Untitled

a guest
Feb 23rd, 2018
80
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.26 KB | None | 0 0
  1. t = 0
  2. while True:
  3.  
  4. t += 1
  5. a = str(input())
  6. if (a[0]!= '*'):
  7. if (a == "Hajj"):
  8. print("Case {}:".format(t), "Hajj-e-Akbar")
  9.  
  10. if (a == "Umrah"):
  11. print("Case {}:".format(t), "Hajj-e-Asghar")
  12.  
  13. else:
  14. break
Add Comment
Please, Sign In to add comment