Computer Science, asked by SAHIL5432, 9 days ago

Which of the following is the correct way to display "Enter a number"for an input

Answers

Answered by vr106367
0

Answer:

number = int(input("Enterthe number : "))

print("You have entered ", number)

Explanation:

Please mark me as brainliest!!!

Similar questions