You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
14 lines
447 B
14 lines
447 B
4 years ago
|
# 试玩函数
|
||
|
|
||
|
## 说明
|
||
|
|
||
|
创建一个会返回什么东西的函数,再创建一个不会返回任何东西的函数。
|
||
|
|
||
|
试试看让它们有多种参数,并且让其中一部分参数有默认值。
|
||
|
|
||
|
## 评价表
|
||
|
|
||
|
| 指标 | 优秀 | 良好 | 尚可进步 |
|
||
|
| --- | --- | --- | --- |
|
||
|
| | 给出了两个或更多运行良好的函数,并且有多种多样的参数 | 只有一个可以正常运行的函数,参数也不多 | 有 Bug |
|