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 282e885 commit 507c6b5Copy full SHA for 507c6b5
Doc/tutorial/introduction.rst
@@ -63,6 +63,8 @@ For example::
63
5.0
64
>>> 8 / 5 # division always returns a floating-point number
65
1.6
66
+ >>> 2 ** 9 #2 raised to the power of 9
67
+ 4
68
69
The integer numbers (e.g. ``2``, ``4``, ``20``) have type :class:`int`,
70
the ones with a fractional part (e.g. ``5.0``, ``1.6``) have type
0 commit comments