Introduction to Built-in Python Data Types

Опубликовано: 04 Март 2019
на канале: EdYoda
583
9

For more courses visit : https://www.edyoda.com/

In this video we will quickly go through all the python datatypes. We will discuss how to define integer, float, str, list , tuple, dict and set variables. We will also see what is mutable and immutable data type. In upcoming videos we will builtin methods for each data type in detail.

In python everything is object, we will go through this when we cover Object Oriented Programming. Stay tuned .

Try it yourself:

Declare two integer variables and print multiplication of two numbers
Declare a string variable and set the value to "Python is very easy to learn"
Declare a list and store the following tasks: "Watch videos","Attempt Quiz","Solve Assignment"
Declare variable d = {1:"Python",2:"Java",3:"C"} and check the datatype
Declare two integers num1 = 500 and num2 = 500 and check if their memory location is same or not


Смотрите видео Introduction to Built-in Python Data Types онлайн без регистрации, длительностью часов минут секунд в хорошем качестве. Это видео добавил пользователь EdYoda 04 Март 2019, не забудьте поделиться им ссылкой с друзьями и знакомыми, на нашем сайте его посмотрели 583 раз и оно понравилось 9 людям.