让学习更高效!
交流
开源
CPress
在线打字练习
在线JSON格式化校验
定义一个函数,用什么关键字?
2022-09-26 10:08:57
python中可以使用def函数定义如下: ```python def hello(): print("hello") ```