🔵 🔵 🔵


Primary

၊၊||၊|။

❪֎₆ₐ❫ Python Keywords ○|Definition|1st|20260110201114-00-⌔

2. Lexical analysis — Python 3 documentation#keywords

2.3.1. Keywords

The following names are used as reserved words, or keywords of the language, and cannot be used as ordinary identifiers. They must be spelled exactly as written here:

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

Printed 2026-06-28.

(echo:: @ )

Link to original

Secondary

• • •