Predict the result. By Margot '24
def calc(x): if x % 7 == 0: return x + 100 else: return x
Experiment with this code on Gitpod.io
⬅ Back