Python 3 Programming Tutorial: Variables

Published: 08 May 2019
on channel: Programmer's Creed
20
0

In almost every single Python program you write, you will have variables. Variables act as placeholders for data. They can aid in short hand, as well as with logic, as variables can change, hence their name.

Variables help programs become much more dynamic, and allow a program to always reference a value in one spot, rather than the programmer needing to repeatedly type it out, and, worse, change it if they decide to use a different definition for it.

Variables can be called just about whatever you want. You wouldn't want them to conflict with function names, and they also cannot start with a number.

#Python #development #Programming


On this page of the site you can watch the video online Python 3 Programming Tutorial: Variables with a duration of hours minute second in good quality, which was uploaded by the user Programmer's Creed 08 May 2019, share the link with friends and acquaintances, this video has already been watched 20 times on youtube and it was liked by 0 viewers. Enjoy your viewing!