Python中定义类的关键字是( )。

admin2021-03-16  30

问题 Python中定义类的关键字是(    )。

选项 A、def
B、defun
C、function
D、class

答案D

解析 def是定义函数的关键字。defun和function不是Python中的关键字。class是定义类的关键字。本题选择D选项。
转载请注明原文地址:https://kaotiyun.com/show/oc6p777K
0

最新回复(0)