filmov
tv
Python Beginner - Lesson 4 - Variables

Показать описание
In this lesson we learn about variables. Python is not strongly typed, meaning we don't have to declare the type of variable, we just give the name and what the variable will be holding. We learn how to initialize, modify, and print out variables.