• Courses
  • Code Compiler
  • Discuss
  • Pricing
  • Teams
Menu
+ 1

a="python" b="pythoN" print(a>b)

Explanation why the output is true?

python3
17th Feb 2022, 12:01 PM
yash kurale
2 Answers
+ 5
>>> "a" > "A" True >>> ord("a") 97 >>> ord("A") 65 >>>
17th Feb 2022, 12:06 PM
Gabriel
Gabriel - avatar
+ 4
ASCII value of 'n' is greater than 'N'
17th Feb 2022, 12:04 PM
Avinesh
Avinesh - avatar

Often have questions like this?

Learn more efficiently, for free:

  • Introduction to Python

    7.1M learners

  • Introduction to Java

    4.7M learners

  • Introduction to C

    1.5M learners

  • Introduction to HTML

    7.5M learners

See all courses
Hot today
I m just begginer, i don't even understand how to use this app.. send help.. im at level 1
0 Votes
Does this app support the audio tag?
0 Votes
Hi im a begneer and i dont understand how to code if anyone whos smart replay
0 Votes
I dont know what i should do with java script
0 Votes
أنا مبتدئ، كيف أبدأ تعلم البرمجة وما هي أفضل لغة لي؟
1 Votes
i want correct anwer code
0 Votes
Who should or which website should i visit or watch so i could learn python??
1 Votes
IndexOf()
1 Votes
Is there a level after intermediate Python?
1 Votes
Python question
1 Votes