8000
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 07acf57 commit 6138ecdCopy full SHA for 6138ecd
Doc/tutorial/introduction.rst
@@ -52,8 +52,8 @@ Numbers
52
53
The interpreter acts as a simple calculator: you can type an expression at it
54
and it will write the value. Expression syntax is straightforward: the
55
-operators ``+``, ``-``, ``*`` and ``/`` work just like in most other languages
56
-(for example, Pascal or C); parentheses (``()``) can be used for grouping.
+operators ``+``, ``-``, ``*`` and ``/`` can be used to perform
+arithmetic; parentheses (``()``) can be used for grouping.
57
For example::
58
59
>>> 2 + 2
0 commit comments