编写函数,可以接收任意多个整数并输出其中的最大值,语句第三行小括号中应填入: def demo(*v): print(v) print() demo(1,2,3)

时间:2024-01-11 16:36:07

相似题目