Back to Browse

Python Tutorial: Assign A Variable in Python - Python Basics #11

19.8K views
Feb 26, 2015
2:41

This tutorial has been updated to Python 3.7 at https://www.mastercode.online/courses/tutorial/variables-in-python-3/ If you have any questions about this Python tutorial leave a comment we will help your out. Do not forget to subscribe we post a new Python tutorial daily so you will not want to miss it. Our website has the full Python Tutorial. Assign a Variable in Python Before we can concentrate on Python nuts and bolts we have to figure out how to allot a variable in Python. We will plunge deeper into variables in a later tutorial. This tutorial fundamental center is on allocating variables and calling variables after they been alloted which will make learning information sorts in this section less demanding. Variable Creation A variable in Python is made when it is alloted a worth. We allot a worth to a variable with the equivalent sign(=). Dissimilar to different dialects we don't have to allot a sort or even pronounce it before a quality is allocated to the variable. Variable Syntax Variable name must begin with a letter and after first letter it contain numbers. Variables can not begin with numbers.

Download

0 formats

No download links available.

Python Tutorial: Assign A Variable in Python - Python Basics #11 | NatokHD