Contact: aviboots(AT)netvision.net.il
41,683 questions
54,351 answers
573 users
ch = 'a' print(ch.isupper()) ch = 'Q' print(ch.isupper()) ''' run: False True '''