Learning Python: The Prompt, Then Read Template

Mike McMillan
Level Up Coding
Published in
5 min readOct 5, 2020

--

Photo by Riku Lu on Unsplash

In my last article I discussed how to use the Input-Process-Output template as a general guide to how programs should be structured in Python. To review, most Python programs will consist of three steps — getting input into the program, processing the input in some way, and outputting the results of the processing.

--

--

Mike McMillan writes about computer programming and running. See more of his writing and courses at https://mmcmillan.gumroad.com.