Python Variables and Data Types

23,416 بازدید
بیشتر
Python Simplified
Python Simplified
In this lesson we'll talk about variables and all the different types of data we can store inside them.Variables are very ba ...
In this lesson we'll talk about variables and all the different types of data we can store inside them.
Variables are very basic building blocks in Python, we use them to store data in all sorts of shapes and forms.

We'll discuss 4 of the most basic data types available in Python:
1. Integers
2. Floating Point Numbers
3. Strings
4. Boolean
And demonstrate a few cool operations we can do with each of these.

Make sure to check out the second part of this lesson for rules on naming variables (Lesson 3.5).

همه توضیحات ...