mirror of
https://github.com/python/cpython.git
synced 2026-01-26 21:03:34 +00:00
[3.14] Improve clarity in tutorial introduction (GH-140669) (#142112)
Co-authored-by: Thierry Martos <81799048+ThierryMT@users.noreply.github.com>
This commit is contained in:
parent
52731c4e62
commit
3824ad0286
@ -49,7 +49,7 @@ primary prompt, ``>>>``. (It shouldn't take long.)
|
||||
Numbers
|
||||
-------
|
||||
|
||||
The interpreter acts as a simple calculator: you can type an expression at it
|
||||
The interpreter acts as a simple calculator: you can type an expression into it
|
||||
and it will write the value. Expression syntax is straightforward: the
|
||||
operators ``+``, ``-``, ``*`` and ``/`` can be used to perform
|
||||
arithmetic; parentheses (``()``) can be used for grouping.
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user