Back to Browse

variables and assignments

278 views
Jun 15, 2020
19:41

This video thoroughly explains everything about variables and assignments. It tells you the following in detail : 1. what is a variable 2. how do we create one 3. how variables are created and handled in python 4. how other languages create variables 5. multiple assignments 6. variable definition 7. dynamic typing 8. caution with dynamic typing. question 1) p,q=3,5 q,r=p-2,p+2 print(p,q,r) question 2) x,x=20,30 y,y=x+20,x+30 print(x,y)

Download

1 formats

Video Formats

360pmp423.9 MB

Right-click 'Download' and select 'Save Link As' if the file opens in a new tab.

variables and assignments | NatokHD