Notice: This page requires JavaScript to function properly.
Please enable JavaScript in your browser settings or update your browser.
Comments | First Acquaintance
Introduction to Python

Цей курс здається занадто простим?

Поглибіться в практику реального світу з нашим прикладним курсом

Congratulations! As your code grows in size, it can become challenging to understand each part, even if you're the author.

That's why it's essential to get in the habit of leaving comments in your code. Comments help clarify the purpose or function of a specific code segment.

To designate a line as a comment, start it with the # symbol.

For instance,

But remember, if you put a # before the print() statement, that line won't run.

Now, onto our question:

How many lines will be displayed when you run the code below?

Виберіть правильну відповідь

Все було зрозуміло?

Секція 1. Розділ 2
course content

Зміст курсу

Introduction to Python

Цей курс здається занадто простим?

Поглибіться в практику реального світу з нашим прикладним курсом

Congratulations! As your code grows in size, it can become challenging to understand each part, even if you're the author.

That's why it's essential to get in the habit of leaving comments in your code. Comments help clarify the purpose or function of a specific code segment.

To designate a line as a comment, start it with the # symbol.

For instance,

But remember, if you put a # before the print() statement, that line won't run.

Now, onto our question:

How many lines will be displayed when you run the code below?

Виберіть правильну відповідь

Все було зрозуміло?

Секція 1. Розділ 2
some-alt