Variables In Python | How To Define A Variables in Python | How To Assign A value To A Variable

Published: 20 April 2021
on channel: PodShorts
10
1

Variables In Python | How To Define A Variables in Python | How To Assign A value To A Variable.
What is Variable :
A variable is container to store different different datavalues.
How to Assign Variable :
A = 20
B = 300
C = A+B
Print(C)
Note : A variable can be anything like a short name (a and b) or a in descriptive format like : [age, salary, Income].

Rules for Python variables:
Variable are case-sensitive (Salary, salary and SALARY are three different variables)
Must start with a letter or the underscore character
Can’t start with a number
Only contains alpha-numeric characters/letters and underscores (A-Z,a-z, 0-9, and _ )

Channel Link :    / @nikhilpodshorts  


On this page of the site you can watch the video online Variables In Python | How To Define A Variables in Python | How To Assign A value To A Variable with a duration of hours minute second in good quality, which was uploaded by the user PodShorts 20 April 2021, share the link with friends and acquaintances, this video has already been watched 10 times on youtube and it was liked by 1 viewers. Enjoy your viewing!