Читать книгу Learn Python quick - Jens Braun - Страница 14
Chapter 4: Data Types in Python
ОглавлениеIn this chapter, we’ll first look at some basic data types in Python, specifically the integer, float and string. Next, we’ll explore the concept of type casting. Finally, we’ll discuss three more advanced data types in Python: the list, tuple and dictionary.