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