Variable in Python? and How to Create Variables in Python | Python programming tutorial

Опубликовано: 25 Февраль 2023
на канале: Smart starts
94
24

Variable assign names to objects
Assignment (=) operator used for this purpose

Syntax:
VARIABLE NAME=VALUE/EXPRESSION
for example n=300 m=400


Why use variables?:

1-Should be descriptive
2-A value can be used repeatedly
3-Changing value is easy

RULES FOR DEFINING VARIABLE NAMES
Should be descriptive
Alphabets are allowed
variable name can’t begin with a digit
Using underscore is allowed
Keywords can not be used
Case sensitive

Code link:
https://drive.google.com/file/d/1BedG...


На этой странице сайта вы можете посмотреть видео онлайн Variable in Python? and How to Create Variables in Python | Python programming tutorial длительностью часов минут секунд в хорошем качестве, которое загрузил пользователь Smart starts 25 Февраль 2023, поделитесь ссылкой с друзьями и знакомыми, на youtube это видео уже посмотрели 94 раз и оно понравилось 24 зрителям. Приятного просмотра!