python exercise add 2 number

technical talkiess
0

 print("Enter the first number which you want to add")

a = int(input())

i = 1

while(i<=a):

    print(i,end=" ")

    i = i+1
Tags

Post a Comment

0Comments

Thanks you for commenting your questions. I will see question and respond you.

Post a Comment (0)