1
0
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:
Boris Verkhovskiy
2024-04-06 08:33:50 -07:00
parent 9fa4b5af80
commit 3e687f1a8c
403 changed files with 257 additions and 618 deletions

View File

@@ -23,7 +23,6 @@ Python 3.X可以看這篇[Python 3 教學 (英文)](http://learnxinyminutes.com/
`__future__` 模組允許你撰寫可以在Python 2上執行的Python 3程式碼詳細訊息請參考Python 3 教學。
```python
# 單行註解從井字號開始
""" 多行字串可以用三個雙引號