Variables in Paython
Advertisements
Variables in Python
Variables are used for store data on memory location. In python no need to declare variable explicitly, when you assign value to varibale that variable declared automatically.
True | False | and |
asset | def | None |
as | class | from |
continue | break | finally |
global | elif | del |
for | if | else |
except | import | raise |
pass | return | or |
nonlocal | try | in |
lambda | is | not |
Google Advertisment