This is lesson#2 of my python for beginners series in Hindi | Urdu.
Python variables are very flexible. You define a variable and according to variable type, python will decide what type of variable it is. Below is the complete code which I did in this video.
myint = float(7)
myfloat = 7.0
mystring = "This's is my string"
hello = "Hello"
world = "World"
print(hello+" - "+world)
print(myint + myfloat)
I hope you liked it
Also you can read my blogs if you want
On this page of the site you can watch the video online Variables in python3 - Python Tutorial 2 | Discipline Developer with a duration of hours minute second in good quality, which was uploaded by the user Discipline Developer 18 June 2020, share the link with friends and acquaintances, this video has already been watched 15 times on youtube and it was liked by 0 viewers. Enjoy your viewing!