Python语言中用来定义函数的关键字是()。
A: return
B: def
C: unction
D: define
A: return
B: def
C: unction
D: define
举一反三
- Python语言中用来定义函数的关键字是( )。 A: define B: return C: def D: class
- Python语言中用来定义函数的关键字是 A: def B: return C: function D: define
- Python语言中用来定义函数的关键字是 A: function B: return C: def D: define
- Python语言中用来定义函数的关键字是 A: define B: function C: def D: return
- Python语言中用来定义函数的关键字是( ) A: return B: def C: function D: define