首页题库练习题目详情
计算机基础与程序设计单选题中等

在Python中,如何定义一个不返回任何值的函数?

Adef my_func(): pass
Bdef my_func(): return
Cdef my_func():
Ddef my_func():