Computer Science, asked by ps05101993, 7 months ago

write a program in python to print a series :1,2,3,-4,-5,-8......​

Answers

Answered by loyaltyunuy
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