Course Content
Introduction to Python 2022
Introduction to Python 2022
Hello, Python!
As a first step, let's make Python print the greetings.
In Python, to output a message in the console, use the
print()
function.
Choose the appropriate function to make Python output the message "Hello, Python!".
Everything was clear?
Thanks for your feedback!
Section 1. Chapter 2