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