1 00:00:00,000 --> 00:00:03,630 Hi, welcome to a new section of the course. Here 2 00:00:03,631 --> 00:00:06,660 you're going to learn how to interact with the 3 00:00:06,661 --> 00:00:10,380 user via your Python program. So your Python 4 00:00:10,381 --> 00:00:14,190 program can get input from the user, it can prompt 5 00:00:14,220 --> 00:00:17,760 the user for some inputs and the user enters some 6 00:00:17,761 --> 00:00:21,660 input and the program, so Python script will get 7 00:00:21,661 --> 00:00:25,260 that input, and it will process it and it will 8 00:00:25,290 --> 00:00:29,910 give some results then. So let's see in this 9 00:00:29,911 --> 00:00:32,369 section, how you can get input from the user 10 00:00:32,370 --> 00:00:36,300 processe it, and produce some output. I'll talk to you 11 00:00:36,301 --> 00:00:38,100 in the next video. Thanks