Is python case sensitive?? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

Is python case sensitive??

9th Jan 2017, 8:41 AM
SURAJ NAGARE
SURAJ NAGARE - avatar
5 Answers
+ 3
@DFX is right... just type in code playground: foobar = 'test'; print(FOOBAR") ... and click "run" :P
9th Jan 2017, 9:44 AM
visph
visph - avatar
+ 2
sure it is, but why don't you try it in the code playground?
9th Jan 2017, 8:45 AM
DFX
DFX - avatar
0
yeah will be doing it.. thanks
9th Jan 2017, 8:46 AM
SURAJ NAGARE
SURAJ NAGARE - avatar
0
yes
9th Jan 2017, 2:20 PM
Nawaj Shareef
Nawaj Shareef - avatar
- 1
you can use .upper and .lower in your programs to make it not case sensitive though print("HELLO".lower) #will print 'hello'
10th Jan 2017, 1:29 AM
ramzi
ramzi - avatar