Write a simple Python program to print 2,5,10,17,26....n
Answers
Answered by
0
Answer:
x = "2,5,10,17,26....n"
print(x)
Explanation:
Answered by
0
Answer:
x = "2,5,10,17,26....n"
print(x)
Explanation:
please mark me as brilliant
Similar questions