09-09-周二_09-50-18
This commit is contained in:
@@ -17,7 +17,7 @@ def my_len():
|
||||
my_len()
|
||||
```
|
||||
|
||||
```python
|
||||
```
|
||||
定义:def 关键词开头,空格之后接函数名称和圆括号(),最后还有一个":"。
|
||||
|
||||
def 是固定的,不能变,他就是定义函数的关键字。
|
||||
|
Reference in New Issue
Block a user