Python中定义函数的关键字是( )。
A: def
B: define
C: del
D: function
A: def
B: define
C: del
D: function
举一反三
- Python语言中,定义函数的关键字是( )。 A: del B: define C: function D: def
- Python中定义函数的关键字是______。 A: function B: define C: defun D: def
- Python 中定义函数的关键字是( ) A: def B: define C: function D: defunc
- Python中定义函数的关键字是( )。 A: defun B: define C: def D: function
- python中定义函数的关键字是 A: define B: function C: def D: fun