You answeredJUST NOW
Python
STDIN
1 3
Expected STDOUT
a is less than b
Your STDOUT
a is less than b
STDIN
3 3
Expected STDOUT
a is equal to b
Your STDOUT
a is equal to b
STDIN
7 3
Expected STDOUT
a is greater than b
Your STDOUT
a is greater than b
STDIN
-25 25
Expected STDOUT
a is less than b
Your STDOUT
a is less than b
STDIN
-25 -29
Expected STDOUT
a is greater than b
Your STDOUT
a is greater than b
Instructor solution
Control Flow in Python Presentation (page 6)
By Alec Kretch (Aug 26, 2022)
You may exit out of this review and return later without penalty.