题目 |
题目类型 |
操作 |
以下代码的输出结果为()?def count(a): b = a+1 return bp... |
普通选择题 |
去答题
|
以下代码的输出结果为()?def sum_a(a = 1,b = 1,c): x = a * ... |
普通选择题 |
去答题
|
以下代码的输出结果为()?def sum_a(a): a = 2 return apri... |
普通选择题 |
去答题
|
以下代码的输出结果为()?def sum_a(a, b): for i in range(0,... |
普通选择题 |
去答题
|
以下代码的输出结果为()?def sum_a(a, b): for i in range(0,... |
普通选择题 |
去答题
|
以下代码的输出结果为()?def sum_a(a, b, c): for i in range... |
普通选择题 |
去答题
|
以下代码的输出结果为()?def sum_a(a, b, c): if a < 4: ... |
普通选择题 |
去答题
|
以下代码的输出结果为()?def sum_a(a,b): if a > 2: r... |
普通选择题 |
去答题
|
以下代码的输出结果为()?def sum_a(a,b): return(a + b)print... |
普通选择题 |
去答题
|
以下代码的输出结果为()?def sum_a(a,b): x = a[0] y = b[... |
普通选择题 |
去答题
|
以下代码的输出结果为()?def sum_a(a,b): x = a[0] y = b[... |
普通选择题 |
去答题
|
以下代码的输出结果为()?def sum_a(a,b,c): x = a * b y =... |
普通选择题 |
去答题
|
以下哪些说法是不正确的 |
普通选择题 |
去答题
|
以下哪一个不是文件操作的三种模式 |
普通选择题 |
去答题
|
以下哪一种是字典的正确表示形式? |
普通选择题 |
去答题
|
以下哪一种字典表示形式是错误的? |
普通选择题 |
去答题
|
以下使用float的语句,会报错的是? |
普通选择题 |
去答题
|
以下使用float的语句,会报错的是? |
普通选择题 |
去答题
|
以下说法错误的是 |
普通选择题 |
去答题
|
以下说法正确的是 |
普通选择题 |
去答题
|