Write the program to print the following series:
5 , 10 , 15 , 20 , 25 , 30 , 35 , 40 , 45 , 50
Answers
Answered by
1
Answer:
list = ("5 , 10 , 15 , 20 , 25 , 30 , 35 , 40 , 45 , 50")
>>> print(list)
5 , 10 , 15 , 20 , 25 , 30 , 35 , 40 , 45 , 50
Explanation:
add a list and
print the list
Similar questions
Chinese,
1 month ago
Political Science,
1 month ago
English,
2 months ago
English,
2 months ago
Social Sciences,
9 months ago