Lesson 6: Getting Input From the User
So far, our programmes have only displayed information. What if the person using one needs to answer back? This raises the central question of how Python can receive information while a programme is running and then use it. The answer begins with interactive programmes, which respond to information supplied during their use.
