python考级培训课后测验-day3

python考级培训课后测验-day3

2nd - 12th Grade

15 Qs

quiz-placeholder

Similar activities

上課規則測驗

上課規則測驗

8th Grade

20 Qs

Scratch課後測驗

Scratch課後測驗

3rd - 6th Grade

10 Qs

視窗操作

視窗操作

1st - 5th Grade

10 Qs

7下-U3-資訊安全簡介

7下-U3-資訊安全簡介

7th Grade

11 Qs

J10.3 网络的类型

J10.3 网络的类型

8th Grade

11 Qs

TMK Y5 2019 UNIT 1A

TMK Y5 2019 UNIT 1A

5th Grade

12 Qs

《南一7上》第1章資訊科技對我們的影響

《南一7上》第1章資訊科技對我們的影響

7th Grade

10 Qs

情報I  第一学期 Scratch 複習

情報I 第一学期 Scratch 複習

9th Grade - University

15 Qs

python考级培训课后测验-day3

python考级培训课后测验-day3

Assessment

Quiz

Computers

2nd - 12th Grade

Practice Problem

Easy

Created by

hang zheng

Used 2+ times

FREE Resource

AI

Enhance your content in a minute

Add similar questions
Adjust reading levels
Convert to real-world scenario
Translate activity
More...

15 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Python 自带的编程环境是?( )

PyScripter

Spyder

Notepad++

IDLE

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

关于以下代码的说法正确的是?( ) t = int(turtle.textinput('边数','几边形:')) turtle.circle(50, steps=t) turtle.done()

circle 是画圆的代码,因此该程序运行后的图案一定是圆

运行该程序后,需要用户自己输入边数,确定画 “几边形”

变量 t 没有给出具体的数值,因此该程序运行有错误

该程序运行后,会画出 50 个圆

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

幂运算运算符为?( )

*

*+

**

/

4.

MULTIPLE CHOICE QUESTION

3 mins • 1 pt

这段代码的运行结果是?( )


import turtle

g = turtle.Pen()

g.fillcolor("red")

g.begin_fill()

g.circle(50)

g.pencolor("yellow")

g.fillcolor("green")

g.circle(50, steps=5)

g.end_fill()

Media Image
Media Image
Media Image
Media Image

5.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

假设 a=20,b=3,那么 a or b 的结果是?( )

20

0

1

3

6.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

假设 a=2,b=3,那么 a-b*b 的值是?( )

-3

-2

-7

-11

7.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

以下选项中不符合 Python 变量命名规则的是?( )

name

2_to

_Go

Tea

Create a free account and access millions of resources

Create resources

Host any resource

Get auto-graded reports

Google

Continue with Google

Email

Continue with Email

Classlink

Continue with Classlink

Clever

Continue with Clever

or continue with

Microsoft

Microsoft

Apple

Apple

Others

Others

By signing up, you agree to our Terms of Service & Privacy Policy

Already have an account?