-
-
Notifications
You must be signed in to change notification settings - Fork 87
Open
Labels
translation翻译相关的问题翻译相关的问题
Description
Python Version
3.14 & 3.13
Docs Page
https://docs.python.org/zh-cn/3.14/tutorial/introduction.html#numbers
Original Translation
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. For example:
Original Docs Paragraph
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. For example:
Suggested Fix
3.12 版本的文档翻译为:
解释器像一个简单的计算器:你可以输入一个表达式,它将给出结果值。 表达式语法很直观:运算符 +, -, * 和 / 可被用来执行算术运算;圆括号 (()) 可被用来进行分组。 例如:
Metadata
Metadata
Assignees
Labels
translation翻译相关的问题翻译相关的问题