Python#03 || Variable and Assignment || AI course || Concept of variable in python
Link to the complete python course playlist :
• Python full course by AInnovatrix
Python Series Assignment 03
Answer all the questions in the comment section :
1. What is a variable ?
2. What is the difference between variable in python and traditional languages like c,c++,java ?
3. Write a program in python to swap two 4 numbers .
4. What will be the output of the following program ?
a,b = 2,4
c,a = a-2,b+1
print(a,b,c)
5. How many keywords are there in python and write a code to show all the keywords in the console.
In this lecture, I have discussed about basic idea of memory, what is a variable in python and also its difference from other languages including various ways of assignment of values to variables.
What is memory
What is a variable
sys.getsizeof()
#ai #aicourse #python #pythonprogramming #pythonprogramming
Python
varible
variables
assignment
variable in python
Python complete course
Python full course
Python course by Ainnovatrix
History of Python
Advantages of using python
Disadvantages of using python
Interpreter vs compiler
How to install python
How to install pycharm
IDE for coding in python
ainnovatrix
ai
data science
machine learning
literals
tokens
string
integers
float
comment
variables
variable
variable assignment