December 2019
Beginner
470 pages
12h 50m
English
Input and output are the cornerstones that enable programs to interact with the outside world. In the previous hour, you learned how important the output process is to programming because through output, your program displays information. A program must get some of its data and control from the user’s input, so learning how to get the user’s responses is critical as well.
The highlights of this hour include the following:
Displaying output in Python
Printing multiple occurrences per line
Separating output ...
Read now
Unlock full access