total = 0
for j in range(1,100):
if j % 3 == 0 or j % 5 == 0:
total += j
print(total)
https://youtube.com/shorts/I09jcicjGnA Right. [clears throat] So I want to share that over the time I have realized that you there is a hi...
No comments:
Post a Comment