下面程序的输出结果是()。defStudentInfo(country='中国',name):print('%s,%s'%(name,country))StudentInfo(&#39

下面程序的输出结果是()。defStudentInfo(country='中国',name):print('%s,%s'%(name,country))StudentInfo('美国','大卫')

A.大卫,美国

B.美国,大卫

C.大卫,中国

D.报错

正确答案:报错

猜你喜欢