You often need to set up a program to communicate with the outside world by obtaining input data from the user. This course will introduce you to reading input and converting input from the keyboard.
Click here for more info about the complete course: https://realpython.com/courses/readin...
In this video lesson, you’ll learn:
Take user input from the keyboard with the built-in function input()
How to convert the keyboard input into an integer