Wrong Answer

Revision en1, by sarathi_1234, 2020-07-22 12:48:09

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)

History

 
 
 
 
Revisions
 
 
  Rev. Lang. By When Δ Comment
en1 English sarathi_1234 2020-07-22 12:48:09 263 Initial revision (published)