def list1(x): result = 0 for i in range(x): result += 2 return result
Experiment with this code on Gitpod.io
⬅ Back