Skip to content

Instantly share code, notes, and snippets.

@Svastikkka
Created June 21, 2020 02:57
Show Gist options
  • Save Svastikkka/289beeed41554f92b77f1f7738b951f4 to your computer and use it in GitHub Desktop.
Save Svastikkka/289beeed41554f92b77f1f7738b951f4 to your computer and use it in GitHub Desktop.
ch=input()
if ch.isupper():
print(1)
elif ch.islower():
print(0)
else:print(-1)
@Svastikkka
Copy link
Author

Find Character Case

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment