Hi Team,
I was going through the python documentation at the below link.
From 3.1.1. Numbers
Second block of example, last command line entry
>>> 5 * 3 + 2 # floored quotient * divisor + remainder
The comment is somewhat misleading! Shouldn’t it be like ‘integer * integer + integer’.
The other comments are in support respective operations and well written.
Thanks,
S.P.Rajeswar