You answeredJUST NOW
Python
STDIN
3
15
15
Expected STDOUT
b is larger than a
Your STDOUT
b is larger than a
STDIN
15
3
3
Expected STDOUT
a is larger than b
Your STDOUT
a is larger than b
STDIN
15
15
15
Expected STDOUT
a and b are equal
Your STDOUT
a and b are equal
STDIN
-35
35
35
Expected STDOUT
b is larger than a
Your STDOUT
b is larger than a
STDIN
10101
503
503
Expected STDOUT
a is larger than b
Your STDOUT
a is larger than b
STDIN
-9
-9
-9
Expected STDOUT
a and b are equal
Your STDOUT
a and b are equal
Instructor solution
Object-Oriented Programming (OOP) in Python presentation (pages 3, 4)
By Alec Kretch (Apr 2, 2021)
You may exit out of this review and return later without penalty.