logo - 刷刷题
下载APP
【单选题】

以下程序运行后,程序输出: def f(*args): print(args) print(f(1,2,3))

A.
(1,2,3)
B.
1
C.
2
D.
6
举报
题目标签:输出程序运行
参考答案:
参考解析:
.
刷刷题刷刷变学霸
举一反三