write a program in python to print a series :1,2,3,-4,-5,-8......
Answers
Answered by
0
Answer:
Take a value from the user and store it in a variable n.
Use a for loop where the value of I range between the values of 1 and n.
Print the value of I and + operator while appending the value of I to a list
Similar questions
Social Sciences,
3 months ago
Math,
3 months ago
Math,
7 months ago
Math,
7 months ago
Math,
11 months ago