Roast topics
Find topics
Roast it!
Roast topics
Find topics
Find it!
Login
From:
Python documentation
(Uncensored)
subscribe
2. Lexical analysis — Python 3.13.7 documentation
https://docs.python.org/3/reference/lexical_analysis.html
links
backlinks
A Python program is read by a parser. Input to the parser is a stream of tokens, generated by the lexical analyzer(also known as the tokenizer). This chapter describes how the lexical analyzer brea...