Input and Output Practice Questions
This written lesson is part of Banana Chip Tech’s Python Crash Course. For video lectures, programming homework assignments, and other content please visit our website.
Practice questions are the best way to learn a new skill! In this brief article, we will go over the 4 homework assignments assigned for HW1 in the Python Crash Course. Remember that lines starting with a # are comments! The computer will skip these lines when we run our code.
Program 1: Write a program that prints hello world to the screen