79777506

Date: 2025-09-28 18:09:52
Score: 1.5
Natty:
Report link

When comparing two values by using <, >, ==, !=, <= or >= (sorry if I missed one), you don't need to use:
num1 : < num2

You can just use:
num1 < num2

This is true for at least C, C++, Python and JavaScript, I haven't used other languages

Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Starts with a question (0.5): When
  • Low reputation (1):
Posted by: Parth Sarathi Yadav