Values and Data Types in Python | Python Tutorial for Beginners

preview_player
Показать описание
In this video, I introduce you to the concept of values and data types in programming. We'll talk about 4 of the most common ones that you will be using when developing your Python programs - integers, floats, strings, and booleans.

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

Good summary ! Quick reminder to catchup the basic of python

ruekigyuiershjsills
Автор

very well explained thank you for this video :)

khadijahalimee
Автор

Hey why is the type() function only works in the shell, but not the upper box?

crystalhu
Автор

Test Your Understanding: What is the data type of the values '1', '2', and '3'?

choobtorials