Notice: This page requires JavaScript to function properly.
Please enable JavaScript in your browser settings or update your browser.
Перші Кроки | Перше Знайомство
Вступ до Python
course content

Зміст курсу

Вступ до Python

Вступ до Python

1. Перше Знайомство
2. Змінні та Типи
4. Інші типи даних
5. Цикли
6. Функції

book
Перші Кроки

Ласкаво просимо, учень!

Ласкаво просимо на цей модуль Python! Ми раді вітати тебе в цій подорожі з кодуванням. Не хвилюйся, якщо ти новачок у Python або програмуванні. Почнімо з того, щоб зрозуміти, що таке Python.

Python is a high-level, interpreted programming language. High-level languages use abstract syntax that is easy for humans to understand but cannot be directly interpreted by machines.

Let's dive in and print our first message using Python. We'll use the print() function for this. When you want to print specific text, just wrap it in quotation marks, like "..." or '...'. If you don't, Python will assume you're referring to a variable (but we'll get to that later).

To print a sentence, use the following code:

1
print("Some message")
copy
Завдання
test

Swipe to show code editor

Your challenge? Print "Hello world!" in the console.

Once you've completed this task, click the button below the code to check your solution.

Switch to desktopПерейдіть на комп'ютер для реальної практикиПродовжуйте з того місця, де ви зупинились, використовуючи один з наведених нижче варіантів
Все було зрозуміло?

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

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

Секція 1. Розділ 1
toggle bottom row

book
Перші Кроки

Ласкаво просимо, учень!

Ласкаво просимо на цей модуль Python! Ми раді вітати тебе в цій подорожі з кодуванням. Не хвилюйся, якщо ти новачок у Python або програмуванні. Почнімо з того, щоб зрозуміти, що таке Python.

Python is a high-level, interpreted programming language. High-level languages use abstract syntax that is easy for humans to understand but cannot be directly interpreted by machines.

Let's dive in and print our first message using Python. We'll use the print() function for this. When you want to print specific text, just wrap it in quotation marks, like "..." or '...'. If you don't, Python will assume you're referring to a variable (but we'll get to that later).

To print a sentence, use the following code:

1
print("Some message")
copy
Завдання
test

Swipe to show code editor

Your challenge? Print "Hello world!" in the console.

Once you've completed this task, click the button below the code to check your solution.

Switch to desktopПерейдіть на комп'ютер для реальної практикиПродовжуйте з того місця, де ви зупинились, використовуючи один з наведених нижче варіантів
Все було зрозуміло?

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

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

Секція 1. Розділ 1
Switch to desktopПерейдіть на комп'ютер для реальної практикиПродовжуйте з того місця, де ви зупинились, використовуючи один з наведених нижче варіантів
We're sorry to hear that something went wrong. What happened?
some-alt