判断题

执行以下代码:

def funct():

     print("I love")

def funct_1():

     print("Python")

funct()

程序输出的结果为:I lovePython

A 正确
B 错误
赣ICP备20007335号-2