Created
June 21, 2020 02:57
-
-
Save Svastikkka/289beeed41554f92b77f1f7738b951f4 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| ch=input() | |
| if ch.isupper(): | |
| print(1) | |
| elif ch.islower(): | |
| print(0) | |
| else:print(-1) |
Author
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Find Character Case