It's true in python value small letters are grater then capital letters? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

It's true in python value small letters are grater then capital letters?

11th Jan 2017, 8:36 PM
Zeng Rong Lin
Zeng Rong Lin - avatar
2 Answers
+ 10
ASCII code of small alphabets(97-122) is greater than ASCII code of capital alphabets(65-90) And this is not limited to python!
11th Jan 2017, 8:41 PM
Caffeinated Gamer YT
Caffeinated Gamer YT - avatar
+ 1
Yeah i agree the depend on the ASCII and across all programming language its remains constant So either its python java or any answer is YES
12th Jan 2017, 7:18 AM
Shubham Manjhi
Shubham Manjhi - avatar