Computer Science, asked by sudhassnn725, 20 days ago

Which one of the following is a valid way to accept user input in the form of an integer value and store it in a variable entry​

Answers

Answered by vr106367
0

Answer:

number = int(input ("Enter your number : "))

print("You entered" , number)

Please mark me as brainliest!!!

Similar questions