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

Python Keywords

Оглавление

Python keywords are identifiers that are reserved words that the interpreter uses for very specific purposes. As we will see in the chapter, we can create and name variables and functions as part of the instructions that we are writing. However, we are not allowed to use any of the Python reserved words for the names of variables or functions that we are creating. We list some commonly used Python keywords in Table 2.1. We will use all the keywords listed in Table 2.1 within this book. The official list of all Python keywords is in the Python documentation (Python Software Foundation, 2019, “Keywords”).

Table 2.1

Introduction to Python Programming for Business and Social Science Applications

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