| 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)
-
/*** Md. Namzul Hasan Shahjalal University of Science & Technology,Sylhet. hasan08sust@gmail.com ***/ #include<iostream> #i...
-
After a long time with Java Swing. You can get this from github . Just Click to download.
-
/*** Md. Nazmul Hasan Shahjalal University of Science & Technology,Sylhet. hasan08sust@gmail.com ***/ #include<iostream> #i...
No comments:
Post a Comment