题目
题目

4510_COMP_SCI_X_0010 W03 Quiz

单项选择题

What is the output of the following Python code? def foo(x=3, y): print(x+y) foo(5)

选项
A.Python will report an error
B.3
C.8
D.5
查看解析

查看解析

标准答案
Please login to view
思路分析
Let's examine the code step by step and also consider what each option implies. Option 1: 'Python will report an error' — This is the correct overarching outcome. The function definition def foo(x=3, y): uses a default value for x but then declares y without a default. In Python, parameters with defaults must come after all ......Login to view full explanation

登录即可查看完整答案

我们收录了全球超50000道考试原题与详细解析,现在登录,立即获得答案。

更多留学生实用工具

加入我们,立即解锁 海量真题独家解析,让复习快人一步!