2.15. Palavras-chave

Os seguintes identificadores encontram-se definidos na linguagem Python como palavras reservadas ou palavras-chave da linguagem e, portanto, não podem ser usadas como identificadores em nossos programas (Tabela 2.12):

Tabela 2.12 - Lista de palavras-chave da linguagem Python.
Fonte: The Python Language Reference [25].

False

await

else

import

pass

None

break

except

in

raise

True

class

finally

is

return

and

continue

for

lambda

try

as

def

from

nonlocal

while

assert

del

global

not

with

async

elif

if

or

yield