Predict the returned result by Bruno '24
def adding(x, y): new_list = 0 for char in range(0, x): new_list += y return new_list
Experiment with this code on Gitpod.io
⬅ Back