@@ -69,7 +69,7 @@ So, here we go...
69
69
- [ Section: The Hidden treasures!] ( #section-the-hidden-treasures )
70
70
- [ > Okay Python, Can you make me fly?/Python, 可否带我飞? * ] ( #-okay-python-can-you-make-me-flypython-可否带我飞- )
71
71
- [ > ` goto ` , but why?/` goto ` , 但为什么? * ] ( #-goto-but-whygoto-但为什么- )
72
- - [ > Brace yourself! * ] ( #-brace-yourself - )
72
+ - [ > Brace yourself!/做好思想准备 * ] ( #-brace-yourself做好思想准备 - )
73
73
- [ > Let's meet Friendly Language Uncle For Life * ] ( #-lets-meet-friendly-language-uncle-for-life- )
74
74
- [ > Even Python understands that love is complicated * ] ( #-even-python-understands-that-love-is-complicated- )
75
75
- [ > Yes, it exists!] ( #-yes-it-exists )
@@ -1948,9 +1948,9 @@ Freedom!
1948
1948
1949
1949
---
1950
1950
1951
- ### > Brace yourself! *
1951
+ ### > Brace yourself!/做好思想准备 *
1952
1952
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 风格的 {} ,
1954
1954
1955
1955
```py
1956
1956
from __future__ import braces
@@ -1963,11 +1963,11 @@ from __future__ import braces
1963
1963
SyntaxError: not a chance
1964
1964
```
1965
1965
1966
- Braces? No way! If you think that's disappointing, use Java .
1966
+ 想用大括号? 没门! 觉得不爽, 请去用java .
1967
1967
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
+ + 这是一个表达社区对此类问题态度的复活节彩蛋 .
1971
1971
1972
1972
---
1973
1973
0 commit comments