Please ensure that JavaScript is running.
Learn
Challenges
Blogs
About
Contact
Learn
Challenges
Blogs
About
Contact
Home
/
Code-challenges
/
Greater Less or Equal
Python Code Challenge
36 -
Write a program that takes in two numbers and determines if the first number is greater than, less than, or equal to the second number.
Python
Numbers
If Statements