Python Tutorial - 2. Variables

preview_player
Показать описание
In this Python tutorial, we will learn about variables. The video will cover how to create variables, assign values to variables and certain rules on a variable naming convention.

Topics that are covered in this Python Video:
0:00 Introduction
0:45 Create variables to store numbers
2:54 Create variables to store text data
3:40 Rules of variable naming convention

Next Video:

Рекомендации по теме
Комментарии
Автор

Very simple and precise video. Thanks a lot. I was able to install and do these basic steps in less than an hour.

hurryguy
Автор

birth_year=int(input("Please insert birth year as YYYY: "))
insert current year as YYYY: "))

print(your_age)

akshaydixit
Автор

You really know how to teach and the tutorial is very great!

isaacnewtonk.
Автор

How to keep track of variables, loops, len() function etc etc

nikunjdeshwal
Автор

NYC examples please do video on python programming in oracle databases

naveenyadav
Автор

If we are changing the value of rent why the total is not changing.If anyone knows the solution pls reply .

PriyankaKumari-komn
Автор

after learning python can I do online job and if yes than which site is good for that . because I have year back in engineering so I want to do something from home, plz reply.

aniketkotwal
Автор

cant see excercise questions at the end due to end cards.

amirbaig
Автор

What about using Pycharm instead of directly using python command window? Actually I'm confused 😵

bibinninan
Автор

birth_year= 2008
current_year= 2021
current_age= current_year-birth_year
print(current_age)

aarushpal
Автор

NYC examples please do video on python programming in oracle databases

naveenyadav