0% found this document useful (0 votes)
865 views

2.14 LAB Formatted Output Hello World

The document describes a lab exercise to write a program that prints "Hello World!" with a newline at the end. The program should contain a print statement printing the text "Hello World!" and end with a newline as required for all labs unless otherwise stated.

Uploaded by

CHRIS D
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
865 views

2.14 LAB Formatted Output Hello World

The document describes a lab exercise to write a program that prints "Hello World!" with a newline at the end. The program should contain a print statement printing the text "Hello World!" and end with a newline as required for all labs unless otherwise stated.

Uploaded by

CHRIS D
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 1

2.14 LAB: Formatted output: Hello World!

Write a program that outputs "Hello World!" For ALL labs, end with newline
(unless otherwise stated).

''' Type your code here. '''


print('Hello World!')

You might also like