Which of the following is the correct way to display "Enter a number"for an input
Answers
Answered by
0
Answer:
number = int(input("Enterthe number : "))
print("You have entered ", number)
Explanation:
Please mark me as brainliest!!!
Similar questions