n = 1 | |
while n: | |
str = input() | |
#print('Case no# %d :'%n) | |
if str == '*': | |
break | |
if str == 'Hajj': | |
print("Case %d: Hajj-e-Akbar"%n) | |
elif str == 'Umrah': | |
print("Case %d: Hajj-e-Asghar"%n) | |
n = n+1 |
Subscribe to:
Post Comments (Atom)
-
#To make a simple gui follow the instructions. You need to at first install PyQt4 in your system. If you use linux run the code sudo apt-ge...
-
/*** Md. Namzul Hasan Shahjalal University of Science & Technology,Sylhet. hasan08sust@gmail.com ***/ #include<bits/stdc++.h...
-
Problem Explanation Category: Easy One have to find out maximum number of player which is even. Check the amount of left hand player...
No comments:
Post a Comment