You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Please describe the bug below and include any steps to reproduce the bug or screenshots if possible.
It's a small issue but this is how you've printed this so far:
print("3 is greater than 2:", check_greater_than(3, 2)) print("3 is greater than 2:", check_greater_than(3, 3))
It's located within "Python for Beginners - Conditional Statements (1/7)"