course content

Course Content

Introduction to Python | Mobile-Friendly

Hello, Python!Hello, Python!

Welcome to the course! Python is an interpreted general-purpose programming language, which means it can be used in different spheres. For the first steps, let's make Python print a greeting.

In Python, to output a message in the console, use the print() function.


Task

Choose the appropriate function to make Python output the message "Hello, Python!".

question-icon

Fill in the blanks to complete the task.

_ _ _
("Hello, Python!")
Hello, Python!

Click or drag`n`drop items and fill in the blanks

dots
Print
dots
print
dots
std::cout
dots
console.log
down-icon

We recommend that you switch to the desktop 🖥 version of the introductory course if you are currently using a desktop.

Section 1.

Chapter 1