python_for_dh icon indicating copy to clipboard operation
python_for_dh copied to clipboard

Results 6 python_for_dh issues
Sort by recently updated
recently updated
newest added

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.