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

Is Python case sensitive?

2nd Jul 2016, 6:43 PM
Protiti sengupta
Protiti sengupta - avatar
3 Answers
+ 5
yes Python is a case sensitive language a=4 A=6 print (a) print (A) output: 4 6
2nd Jul 2016, 6:53 PM
Aquib Javed Khan
Aquib Javed Khan - avatar
0
Yes
3rd Jul 2016, 1:56 AM
Rahul
0
yes, it is also mentioned in the course, you can also check in the code playground
5th Jul 2016, 6:01 PM
Rohit