Notice: This page requires JavaScript to function properly.
Please enable JavaScript in your browser settings or update your browser.
Вивчайте DUMMY CHAPTER | SECTION FOR PYTHON COURSE WITH GRID CHAPTER
TEST PYTHON COURSE WITH GRID CHAPTER
course content

Зміст курсу

TEST PYTHON COURSE WITH GRID CHAPTER

TEST PYTHON COURSE WITH GRID CHAPTER

book
DUMMY CHAPTER

Welcome, learner!

Let's take our very first step and try to print something using Python. To do this, we'll use the print() function. To print your desired text, simply enclose it in quotation marks "..." or '...', otherwise Python will try to find a variable with that name (which we'll discuss later).

So, if you want to print a sentence, use the following code and execute it:

python

This will display the following in the console:

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

Як ми можемо покращити це?

Дякуємо за ваш відгук!

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

Запитати АІ

expand

Запитати АІ

ChatGPT

Запитайте про що завгодно або спробуйте одне із запропонованих запитань, щоб почати наш чат

course content

Зміст курсу

TEST PYTHON COURSE WITH GRID CHAPTER

TEST PYTHON COURSE WITH GRID CHAPTER

book
DUMMY CHAPTER

Welcome, learner!

Let's take our very first step and try to print something using Python. To do this, we'll use the print() function. To print your desired text, simply enclose it in quotation marks "..." or '...', otherwise Python will try to find a variable with that name (which we'll discuss later).

So, if you want to print a sentence, use the following code and execute it:

python

This will display the following in the console:

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

Як ми можемо покращити це?

Дякуємо за ваш відгук!

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