What does case sensitive mean? | Sololearn: Learn to code for FREE!
Novo curso! Todo programador deveria aprender IA generativa!
Experimente uma aula grƔtis
0

What does case sensitive mean?

6th Aug 2016, 4:56 PM
lord montasir
lord montasir - avatar
3 Respostas
+ 2
it means that each and every single alphabet matters , love = Love = these two variable are totally different because one has a capital letters, it simply means that capital letters could creat a brand new variable
8th Aug 2016, 5:48 PM
jouba
0
M & m two different variable .......
7th Aug 2016, 6:49 AM
vikrAm
vikrAm - avatar
0
in computer programming, Test =/= test. Capitalization is referred to as the case. It can be modified with the .title(), .upper(), and .lower(). Python is sensitive to these changes and is thus Case Sensitive.
22nd Oct 2016, 7:41 PM
Alex Schrichte
Alex Schrichte - avatar