Generation

translateFri, 30 Jun 2023

Write program for sum the number 1 to 10

sum = 0 for x in range(1,11): sum += x print(sum)

Want to kickstart your project?Use the new AI Studio to create your code