Skip to content

Commit d8b8099

Browse files
暮晨leisurelicht
暮晨
authored andcommitted
EX.Brace yourself
1 parent 499f0a3 commit d8b8099

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ So, here we go...
6969
- [Section: The Hidden treasures!](#section-the-hidden-treasures)
7070
- [> Okay Python, Can you make me fly?/Python, 可否带我飞? *](#-okay-python-can-you-make-me-flypython-可否带我飞-)
7171
- [> `goto`, but why?/`goto`, 但为什么? *](#-goto-but-whygoto-但为什么-)
72-
- [> Brace yourself! *](#-brace-yourself-)
72+
- [> Brace yourself!/做好思想准备 *](#-brace-yourself做好思想准备-)
7373
- [> Let's meet Friendly Language Uncle For Life *](#-lets-meet-friendly-language-uncle-for-life-)
7474
- [> Even Python understands that love is complicated *](#-even-python-understands-that-love-is-complicated-)
7575
- [> Yes, it exists!](#-yes-it-exists)
@@ -1948,9 +1948,9 @@ Freedom!
19481948
19491949
---
19501950
1951-
### > Brace yourself! *
1951+
### > Brace yourself!/做好思想准备 *
19521952
1953-
If you are one of the people who doesn't like using whitespace in Python to denote scopes, you can use the C-style {} by importing,
1953+
如果你不喜欢在Python中使用空格来表示作用域, 你可以导入 C 风格的 {},
19541954
19551955
```py
19561956
from __future__ import braces
@@ -1963,11 +1963,11 @@ from __future__ import braces
19631963
SyntaxError: not a chance
19641964
```
19651965
1966-
Braces? No way! If you think that's disappointing, use Java.
1966+
想用大括号? 没门! 觉得不爽, 请去用java.
19671967
1968-
#### 💡 Explanation:
1969-
+ The `__future__` module is normally used to provide features from future versions of Python. The "future" here is however ironic.
1970-
+ This is an easter egg concerned with the community's feelings on this issue.
1968+
#### 💡 说明:
1969+
+ 通常 `__future__` 会提供 Python 未来版本的功能. 然而,这里的 “未来” 是一个讽刺.
1970+
+ 这是一个表达社区对此类问题态度的复活节彩蛋.
19711971
19721972
---
19731973

0 commit comments

Comments
 (0)