Notice: This page requires JavaScript to function properly.
Please enable JavaScript in your browser settings or update your browser.
Вивчайте Writing Lines of Code | Introduction to Programming
Python Tutorial for Beginners

Свайпніть щоб показати меню

book
Writing Lines of Code

In this chapter, you will get your first experience writing actual code. Our hope is that you will see how easy it can be, but if it presents challenges, don't be discouraged.

The Print Statement

In Python, the command print tells the program to display words or numbers on the screen. Here is a line of code that tells Python to display the words 'Hello, kitties!'

python

print is a keyword -- that is, a word, that has special meaning for Python. It means, 'Display what is inside the parentheses'.

print is not capitalized. If you capitalize it, the program will not run.

Well, let's practice a little?

Завдання

Swipe to start coding

You should type in the console the chocolate you like. Well, for example "I like dark chocolate" or maybe "I like milk chocolate". Try yourself.

Click button below code to check the solution of this task.

Рішення

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

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

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

Секція 1. Розділ 1
Ми дуже хвилюємося, що щось пішло не так. Що трапилося?

Запитати АІ

expand
ChatGPT

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

book
Writing Lines of Code

In this chapter, you will get your first experience writing actual code. Our hope is that you will see how easy it can be, but if it presents challenges, don't be discouraged.

The Print Statement

In Python, the command print tells the program to display words or numbers on the screen. Here is a line of code that tells Python to display the words 'Hello, kitties!'

python

print is a keyword -- that is, a word, that has special meaning for Python. It means, 'Display what is inside the parentheses'.

print is not capitalized. If you capitalize it, the program will not run.

Well, let's practice a little?

Завдання

Swipe to start coding

You should type in the console the chocolate you like. Well, for example "I like dark chocolate" or maybe "I like milk chocolate". Try yourself.

Click button below code to check the solution of this task.

Рішення

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

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

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

Секція 1. Розділ 1
Switch to desktopПерейдіть на комп'ютер для реальної практикиПродовжуйте з того місця, де ви зупинились, використовуючи один з наведених нижче варіантів
Ми дуже хвилюємося, що щось пішло не так. Що трапилося?
some-alt