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