This commit is contained in:
krahets
2023-04-09 05:30:47 +08:00
parent 37f11aff68
commit 2289822dfd
13 changed files with 59 additions and 58 deletions

View File

@@ -138,7 +138,7 @@ $$
=== "Python"
```python title=""
""" Python 的 list 可以自由存储各种基本数据类型和对象 """
# Python 的 list 可以自由存储各种基本数据类型和对象
list = [0, 0.0, 'a', False]
```