Module: (Python) Let's get acquainted!


Problem

4/4

The simplest program

Theory Click to read/hide

The simplest Python program is an empty program that does not contain any commands.
For example, a program

# This is just a comment.
It contains only a comment - an explanatory text that is not executed by the translator, but serves only to be able to quickly understand the program in the future
 

Problem

Run the program, make sure that the program works, but it does not display anything.