mirror of
https://github.com/adambard/learnxinyminutes-docs.git
synced 2025-10-03 17:51:51 +02:00
Remove leading and trailing empty lines in code blocks
This commit is contained in:
@@ -23,7 +23,6 @@ Python 3.X可以看這篇[Python 3 教學 (英文)](http://learnxinyminutes.com/
|
||||
`__future__` 模組允許你撰寫可以在Python 2上執行的Python 3程式碼,詳細訊息請參考Python 3 教學。
|
||||
|
||||
```python
|
||||
|
||||
# 單行註解從井字號開始
|
||||
|
||||
""" 多行字串可以用三個雙引號
|
||||
|
Reference in New Issue
Block a user