Computer Science, asked by ankitap1ganguly, 8 months ago

write a program to input x and print one ,two,three,four,five if x=1,2,3,4,5 respectivelyl​

Answers

Answered by SASHANKSAHIL
0

Answer:

#to print the value of of x in series from 1 to 5

i=6

for j in range(0,i):

x=input("Enter the number in form of string:"))

print(x)

Hope you may get it

Mark as brainliests

Thank You...

Similar questions