Introduction
1 / 2
Hello world
Python programs write readable output with the print
function.
For example, print("C'est la vie")
makes the program output the text C'est la vie
.
The text "C'est la vie"
must be between double quotation marks.
Objective
Print Hello, world!
.