Computer Science, asked by diljotsinghdhillon, 10 months ago

write a Python program to input a number between 0 and 9 and print the corresponding number​

Answers

Answered by sayendutta1998
0

Answer:

i=int(input("Input a number between 0 and 9"))#input a number from user

print(i)#print the corresponding number

Explanation:

Similar questions