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
Math,
1 month ago
Science,
1 month ago
Psychology,
1 month ago
English,
2 months ago
English,
2 months ago
Social Sciences,
8 months ago