Computer Science, asked by shrishs, 2 months ago

1) Write a program to display the first 7 multiples of 35.
2) Find the sum of the first 10 natural numbers.
3) Accept the marks of 5 subjects from the user as float values and find the average of these marks.
All in Python IDLE. Please answer these questions fast.

Answers

Answered by kanchan4586
1

Answer:

first seven multiples of 35 are 70,105,140,175,210,245,280

sum of first 10 natural numbers are

0+1+2+3+4+5+6+7+8+9=45

Similar questions