Variables - Python for Absolute Beginners course

Опубликовано: 22 Март 2022
на канале: Programming With Nick
839
23

In this video, we will learn about variables, one of the most important topics in Python. Let’s start.

Let’s go back to the main page by clicking here and let’s create a new Project called Variables. Don’t forget to select Python as the programming language. The project is now created and we are ready to write some code. As I said before in this video we will be learning about variables. So, what is a variable?

We use a variable when we want our program to remember something. You can think of a variable like a container, or a jar where we store something. In Python, we create a container in the computer memory to store some data, for example, a number, if we want to use it in our program. That’s a variable. We allocate a small piece of the RAM memory of the computer to store a value we need our program to remember.


Смотрите видео Variables - Python for Absolute Beginners course онлайн без регистрации, длительностью часов минут секунд в хорошем качестве. Это видео добавил пользователь Programming With Nick 22 Март 2022, не забудьте поделиться им ссылкой с друзьями и знакомыми, на нашем сайте его посмотрели 839 раз и оно понравилось 23 людям.