gledfish e5f8c93f5d
fix a Python variable name in list.md
Python 代码中的列表命名为list时,会出现如下错误。
 list:list[int] = [1, 2, 3, 4, 5]
TypeError: list indices must be integers or slices, not type
建议修改为list2
2023-10-09 01:47:25 -05:00
..
2023-10-08 04:25:06 +08:00
2023-10-09 01:06:26 +08:00
2023-10-08 04:25:06 +08:00
2023-10-08 04:25:06 +08:00
2023-10-09 01:06:26 +08:00
2023-10-08 04:25:06 +08:00
2023-10-09 01:06:26 +08:00
2023-10-08 04:25:06 +08:00
2023-10-08 04:25:06 +08:00