Bug Report for https://neetcode.io/problems/python-comparison-operators
Please describe the bug below and include any steps to reproduce the bug or screenshots if possible.
One of the lines in your code says "3 is greater than 2" but feeds in 3,3 to the function so it's really comparing 3 > 3 and getting False back so in the output it looks weird because it says "3 is greater than 2: False".
Bug Report for https://neetcode.io/problems/python-comparison-operators
Please describe the bug below and include any steps to reproduce the bug or screenshots if possible.
One of the lines in your code says "3 is greater than 2" but feeds in 3,3 to the function so it's really comparing 3 > 3 and getting False back so in the output it looks weird because it says "3 is greater than 2: False".