Enter a number between 5 and 10 and print if it is 8.
Answers
Answered by
0
Answer:
x = int(input("Enter a number between 5 and 10:"))
if(x == 8):
print("The number is 8")
else:
print("The number is not 8")
Explanation:
Similar questions
Math,
18 hours ago
Social Sciences,
18 hours ago
Math,
18 hours ago
Accountancy,
1 day ago
Chemistry,
8 months ago