Computer Science, asked by Suruu32, 1 year ago

Hey friends students.....
A open challenge for all of you......
how many questions answer would you know.....

Attachments:

Answers

Answered by Vikshuu
0
1. #python PGM to print number
n=int (input ("Enter a number"))
for i in range n:
print i
Similar questions