We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a4095ef commit e405d4bCopy full SHA for e405d4b
Doc/tutorial/introduction.rst
@@ -100,10 +100,8 @@ give you an error::
100
There is full support for floating point; operators with mixed type operands
101
convert the integer operand to floating point::
102
103
- >>> 3 * 3.75 / 1.5
104
- 7.5
105
- >>> 7.0 / 2
106
- 3.5
+ >>> 4 * 3.75 - 1
+ 14.0
107
108
In interactive mode, the last printed expression is assigned to the variable
109
``_``. This means that when you are using Python as a desk calculator, it is
0 commit comments