CSE 110 | Programming Building Blocks

01 Prepare: Checkpoint

Overview

Write and run your first program.

Assignment

It is a tradition in almost all programming classes to begin by creating a program that displays the words "Hello World!" to the screen. We will continue that tradition in this assignment.

Write a Python Program that displays the following to the console:


Hello World!

Instructor Code

When your program is finished, please view the instructor's version of this program to compare your approach to that one.

You should work to complete this checkpoint program first, without looking at the instructor code. However, if you have worked on it for at least an hour and are still having problems, you may feel free to use the instructor code to help you finish your program.

Submission

When complete, please report your progress in the associated I-Learn quiz.