We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 08a228d commit e59da0cCopy full SHA for e59da0c
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