第11319题 单选
Python自定义函数def weather(city,unit='C')调用时,以下参数传递方式正确的是?
A
weather(unit='F', '北京')
B
weather('北京', unit='F')
C
weather(city='北京', 'F')
D
weather('北京', 'F)
程序运行统计
暂无判题统计