Variables in python3 - Python Tutorial 2 | Discipline Developer

Publicado el: 18 junio 2020
en el canal de: 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


En esta página del sitio puede ver el video en línea Variables in python3 - Python Tutorial 2 | Discipline Developer de Duración hora minuto segunda en buena calidad , que subió el usuario Discipline Developer 18 junio 2020, comparta el enlace con amigos y conocidos, en youtube este video ya ha sido visto 15 veces y le gustó 0 a los espectadores. Disfruta viendo!