Notice: This page requires JavaScript to function properly.
Please enable JavaScript in your browser settings or update your browser.
Вивчайте Variables | Basics
Introduction to Data Analysis in Python

Variables

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

Variables are used to store information inside the program.

To assign value to a variable, please use = sign like so:

123
number = 5 string = 'cat' print(number, string)
question mark

Choose the correct output of this code

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

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

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

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

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

Запитати АІ

expand

Запитати АІ

ChatGPT

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

Variables

Variables are used to store information inside the program.

To assign value to a variable, please use = sign like so:

123
number = 5 string = 'cat' print(number, string)
Все було зрозуміло?

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

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

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