write a Python program to input a number between 0 and 9 and print the corresponding number
Answers
Answered by
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
English,
5 months ago
Computer Science,
5 months ago
Social Sciences,
5 months ago
Sociology,
10 months ago
Math,
10 months ago
English,
1 year ago
Math,
1 year ago