python考级培训课后测验-day2

python考级培训课后测验-day2

2nd - 12th Grade

15 Qs

quiz-placeholder

Similar activities

六年级信息与通信技术

六年级信息与通信技术

6th Grade

20 Qs

伪代码与流程图表示算法

伪代码与流程图表示算法

4th - 6th Grade

10 Qs

2020 Excel上半年复习

2020 Excel上半年复习

10th Grade

12 Qs

以伪代码与流程图表示算法

以伪代码与流程图表示算法

4th - 5th Grade

20 Qs

Python

Python

12th Grade

20 Qs

顺序结构复习

顺序结构复习

10th Grade

10 Qs

J09.6 公式与函数的应用

J09.6 公式与函数的应用

9th Grade

12 Qs

2024年第一学期编程复习

2024年第一学期编程复习

9th - 12th Grade

11 Qs

python考级培训课后测验-day2

python考级培训课后测验-day2

Assessment

Quiz

Computers

2nd - 12th Grade

Easy

Created by

hang zheng

Used 2+ times

FREE Resource

15 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

执行语句 print(10==10.0)的结果为?( )

10

10.0

True

False

2.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

执行语句 y=4**3 后,变量 y 的值为?

0

12

64

81

3.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

执行(2*3)/(9-3*2)输出的结果是什么?( )

1

2

2.0

1.0

4.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

print(12.34-1.34)的输出结果是?( )

11

11.0

11.00

12.34-1.34

5.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Turtle 库中,画笔绘制的速度范围为?( )

任意大小

0 到 10 之间的整数(含 0 和 10)

1 到 10 之间的整数(含 1 和 10)

0 到 100 之间的整数(含 0 和 100)

6.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

print(“a”+’b’*2) 结果是?( )

ab2

abb

abab

ab

7.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

type() 函数返回对象的类型,那么 print(type("7654"))输出的结果是?( )

<class "str">

<class "int">

<class "float">

<class "bool">

Create a free account and access millions of resources

Create resources
Host any resource
Get auto-graded reports
or continue with
Microsoft
Apple
Others
By signing up, you agree to our Terms of Service & Privacy Policy
Already have an account?