mirror of
https://github.com/krahets/hello-algo.git
synced 2026-04-14 02:10:37 +08:00
build
This commit is contained in:
@@ -138,7 +138,7 @@ $$
|
||||
=== "Python"
|
||||
|
||||
```python title=""
|
||||
""" Python 的 list 可以自由存储各种基本数据类型和对象 """
|
||||
# Python 的 list 可以自由存储各种基本数据类型和对象
|
||||
list = [0, 0.0, 'a', False]
|
||||
```
|
||||
|
||||
|
||||
Reference in New Issue
Block a user