定义一个函数,用什么关键字?

2022-09-26 10:08:57
python中可以使用def函数定义如下: ```python def hello(): print("hello") ```