判断题
执行以下代码:
def funct():
print("I love")
def funct_1():
print("Python")
funct()
程序输出的结果为:I lovePython
A.
正确
B.
错误
发表评论 取消回复