09-09-周二_09-50-18

This commit is contained in:
2025-09-09 09:50:19 +08:00
parent f8726449e2
commit 943fe31213

View File

@@ -17,7 +17,7 @@ def my_len():
my_len()
```
```python
```
定义def 关键词开头,空格之后接函数名称和圆括号(),最后还有一个":"。
   def 是固定的,不能变,他就是定义函数的关键字。