一下程序输出的结果的是() g=100 def
temp(x): x=50 print(temp(g)) print(g)
A: None 50
B: 100 50
C: 50 100
D: None 100
temp(x): x=50 print(temp(g)) print(g)
A: None 50
B: 100 50
C: 50 100
D: None 100
举一反三
- WH0推荐的成年人每日碘摄入量为() A: 50μg B: 100μg C: 150μg D: 100~200μg E: 50~100μg
- 绘制一个实心圆,下列代码正确的是 A: Graphics g=CreateGraphics();Pen myPen=new Pen(Color.Blue);g.DrawEllipse(myPen, new Rectangle(50, 50, 100, 100)); B: Graphics g=CreateGraphics();SolidBrush myBrush = new SolidBrush(Color.Blue);g.DrawEllipse(myBrush, new Rectangle(50, 50, 100, 100)); C: Graphics g=CreateGraphics();SolidBrush myBrush = new SolidBrush(Color.Blue); g.FillEllipse(myBrush, new Rectangle(50, 50, 100, 100)); D: Graphics g=CreateGraphics();Pen myPen=new Pen(Color.Blue);g.FillEllipse(myPen, new Rectangle(50, 50, 100, 100));
- 设f(x)=xsinx,则f(100)=(0)=(). A: 50 B: 一50 C: 100 D: 一100
- 阅读下面的程序 def func(); print(x) x=100 func() 执行上述语句后,输出的结果为()
- 尿碘是监测碘营养水平的公认指标,中度碘缺乏是指尿碘中位数为()。 A: 200~100μg/L B: 150~100μg/L C: 100~80μg/L D: 80~50μg/L E: <50μg/L