InterviewSolution
Saved Bookmarks
| 1. |
Is pyhton case sensitive ? What is meant by the term 'case sensitive' ? |
|
Answer» case sensetive means that if you type all characters in uppercase you'll get the OUTPUT in uppercase (Eg.A,B,C,D) and the same is with LOWER case (Eg.a,b,c,d) letters. |
|