Preview:
ch=input("enter ch:")
if(ch.isupper()):
    print("upper case")
elif(ch.islower()):
    print("lower case")
else:
    print("specil case")
downloadDownload PNG downloadDownload JPEG downloadDownload SVG

Tip: You can change the style, width & colours of the snippet with the inspect tool before clicking Download!

Click to optimize width for Twitter