Читать книгу Introduction to Python Programming for Business and Social Science Applications - Frederick Kaefer - Страница 74

Compound Data Types

Оглавление

We learned about the Python data types Boolean, integer, float, and string in Chapter 2. Python also has compound data types, which are data types that group multiple values together. This chapter explains and illustrates the use of several compound data types, including lists, tuples, and dictionaries.

Introduction to Python Programming for Business and Social Science Applications

Подняться наверх