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?

22nd Aug 2018, 7:38 AM
Rudransh Srivastava
Rudransh Srivastava - avatar
2 Answers
+ 2
Try this code and you will know: x = 3 print(X) it is yes, it is case sensitive.
22nd Aug 2018, 7:48 AM
Paul
Paul - avatar
+ 1
Yes, very case sensitive
22nd Aug 2018, 8:10 AM
Dlite
Dlite - avatar