ls = ["car","truck"]
def funC(a):
ls.append(a) return
funC("bus")
print(ls)
以下选项中描述错误的是()
input = 5 #函数名作为变量名,允许 print(input) if = 5 #关键字作为变量名,不允许