@@ -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 )
@@ -1943,9 +1943,9 @@ Freedom!
1943
1943
1944
1944
---
1945
1945
1946
- ### > Brace yourself! *
1946
+ ### > Brace yourself!/做好思想准备 *
1947
1947
1948
- 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 ,
1948
+ 如果你不喜欢在Python中使用空格来表示作用域, 你可以导入 C 风格的 {} ,
1949
1949
1950
1950
```py
1951
1951
from __future__ import braces
@@ -1958,11 +1958,11 @@ from __future__ import braces
1958
1958
SyntaxError: not a chance
1959
1959
```
1960
1960
1961
- Braces? No way! If you think that's disappointing, use Java .
1961
+ 想用大括号? 没门! 觉得不爽, 请去用java .
1962
1962
1963
- #### 💡 Explanation :
1964
- + The `__future__` module is normally used to provide features from future versions of Python. The "future" here is however ironic .
1965
- + This is an easter egg concerned with the community's feelings on this issue .
1963
+ #### 💡 说明 :
1964
+ + 通常 `__future__` 会提供 Python 未来版本的功能. 然而,这里的 “未来” 是一个讽刺 .
1965
+ + 这是一个表达社区对此类问题态度的复活节彩蛋 .
1966
1966
1967
1967
---
1968
1968
0 commit comments