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

Pubblicato il: 25 febbraio 2023
sul canale di: 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...


In questa pagina del sito puoi guardare il video online Variable in Python? and How to Create Variables in Python | Python programming tutorial della durata di ore minuti seconda in buona qualità , che l'utente ha caricato Smart starts 25 febbraio 2023, condividi il link con amici e conoscenti, su youtube questo video è già stato visto 94 volte e gli è piaciuto 24 spettatori. Buona visione!