Зміст курсу
Introduction to Data Analysis in Python
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:
number = 5 string = 'cat' print(number, string)
Все було зрозуміло?
Дякуємо за ваш відгук!
Секція 1. Розділ 6