Write a Python program that get a number using keyboard input. (Remember to use input for Python 3 but raw_input for Python 2.)
number = int(input('enter number: ')) print(f'number {number} was entered')
Need a fast expert's response?
and get a quick answer at the best price
for any assignment or question with DETAILED EXPLANATIONS!
Comments
Leave a comment