Checking to see if a number is greater than another number
def greater_than(x, y): return x > y
Experiment with this code on Gitpod.io
⬅ Back