首页 试题详情
单选题

写出下面代码的运行结果 ( )。 def Sum(a, b=3, c=5): print(a,b,c) Sum(a=8, c=2)

A8 2

B8,2

C8 3 2

D 8,3,2

正确答案:A (备注:此答案有误)

相似试题

  • 单选题

    下面代码运行结果

    答案解析

  • 单选题

    写出下面代码运行结果。def Sum(a, b=3, c=5): print(a,b,c)Sum(a=8, c=2)

    答案解析

  • 单选题

    运行下面代码段,输出结果为(。print (bool (‘False‘ print(bool

    答案解析

  • 问答题

    ;}【代码3】#include<stdio.h>int main(){ int i,j,k; for(i=0; i<2; i++) for(j=0; j<3;j++) for( k=0; k<2;k++) { if(i!=j&&j!=k) printf(%d %d %d n, i,j,k); } ruturn 0;} 问题:3.1 (4分)对于代码1,写出下面函数调用后x1 、x2、x3和x4值。x1 = f(1997);x2 = f(2000);x3 = f(2100);x4 = f(2020); 问题:3.2 (5分(1写出代码2进行时输入为3输出结果;(2写出代码2进行时输入为5输出结果。 问题:3.3 (6分写出代码3运行输出结果

    答案解析

  • 单选题

    运行下面代码输出结果为(。Np.concatenate([[[123][234]],[[345]]],axis=0

    答案解析

热门题库