Computer Science, asked by rasmipal1983, 3 months ago

2. To print the sum of first 10 even numbers.​

Answers

Answered by AdityaModz23
1

Answer:

Python

Explanation:

print(2 + 4 + 6 + 8 + 10 + 12 + 14 + 16 + 18 + 20)

Output

88

Similar questions