Variables in python3 - Python Tutorial 2 | Discipline Developer

Publié le: 18 juin 2020
sur la chaîne: Discipline Developer
15
0

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


Sur cette page du site, vous pouvez voir la vidéo en ligne Variables in python3 - Python Tutorial 2 | Discipline Developer durée heure minute seconde en bonne qualité , qui a été Téléchargé par l'utilisateur Discipline Developer 18 juin 2020, Partagez le lien avec vos amis et connaissances, sur youtube cette vidéo a déjà été regardée 15 fois et il a aimé 0 téléspectateurs. Bon visionnage!