python_for_dh
python_for_dh copied to clipboard
In Sections 1.3.5 "Reserved Words" and 1.3.6 "Built-in Types" the term "reserve word" is repeatedly used. Per the Python docs (https://docs.python.org/3/reference/lexical_analysis.html#keywords), I believe that "reserved" is correct. Alternatively, you might...
There is no option of binder in this window.
Correct wording to "mouse over" instead of "mouse of".
The examples for % and // in the cheatsheet contain a typo, as the results shown in the table only make sense if you use 22 instead of 2.
The content of section _4.1.8. Answer for Result_ looks irrelevant: `print (result) 2` Maybe it was part of code that was removed.