Python中定义函数的关键字是_________________。
第1题:
45、在 Python 中,使用关键字 define 定义函数。
第2题:
Python中定义函数的关键字是:
A.def
B.define
C.function
D.main
第3题:
2、Python中的函数定义通过define关键字完成。
第4题:
Python中定义函数的关键字是:
A.def
B.define
C.function
D.defunc
第5题:
Python中函数定义的关键字是__。