Contact: aviboots(AT)netvision.net.il
41,683 questions
54,351 answers
573 users
ch = 'x' ch = ch.upper() print(ch) print('w'.upper()) ''' run: X W '''