Variables in python3 - Python Tutorial 2 | Discipline Developer

Опубликовано: 18 Июнь 2020
на канале: 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


На этой странице сайта вы можете посмотреть видео онлайн Variables in python3 - Python Tutorial 2 | Discipline Developer длительностью часов минут секунд в хорошем качестве, которое загрузил пользователь Discipline Developer 18 Июнь 2020, поделитесь ссылкой с друзьями и знакомыми, на youtube это видео уже посмотрели 15 раз и оно понравилось 0 зрителям. Приятного просмотра!