Introduction to Python
Component of Python
Here in Python, there is no special command to create the variables. As soon as you assign a value ,in that very moment your variable is been created.
Let's check it out :-
a=50
b="Manish"
print(a)
print(b)
So here in Python it’s very easy to create the variable . As in above example , we saw that we were just providing the value to ‘a’ and ‘b’ and than we gave the command of printing these values. So let’s see...
python training insitute| Best IT Training classes in Gurgaon | python training