Guys Anyone can suggest me why I got "wrong answer on test case 3 or 1" in fact my code produces the right output. Example:-
Caps Lock problem
n=input() p=n.capitalize() if n==n.upper(): print(n) else: print(p)
Wrong Answer
Guys Anyone can suggest me why I got "wrong answer on test case 3 or 1" in fact my code produces the right output. Example:-
n=input() p=n.capitalize() if n==n.upper(): print(n) else: print(p)
| Rev. | Язык | Кто | Когда | Δ | Комментарий | |
|---|---|---|---|---|---|---|
| en1 |
|
sarathi_1234 | 2020-07-22 12:48:09 | 263 | Initial revision (published) |