
python考级培训课后测验-day3

Quiz
•
Computers
•
2nd - 12th Grade
•
Easy

hang zheng
Used 2+ times
FREE Resource
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()
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
Similar Resources on Wayground
10 questions
七年級資訊科技_上學期_2-1

Quiz
•
7th Grade
11 questions
2024年第一学期编程复习

Quiz
•
9th - 12th Grade
15 questions
2425 S5 ICT Lesson Quiz - DB Normalization

Quiz
•
11th Grade - University
13 questions
數字系統的基本概念與應用

Quiz
•
12th Grade - University
10 questions
顺序结构复习

Quiz
•
10th Grade
16 questions
三年級電腦 - 速成(1)

Quiz
•
3rd Grade
15 questions
電腦病毒大作戰

Quiz
•
3rd Grade
10 questions
python2-lesson01

Quiz
•
2nd - 11th Grade
Popular Resources on Wayground
10 questions
Video Games

Quiz
•
6th - 12th Grade
20 questions
Brand Labels

Quiz
•
5th - 12th Grade
15 questions
Core 4 of Customer Service - Student Edition

Quiz
•
6th - 8th Grade
15 questions
What is Bullying?- Bullying Lesson Series 6-12

Lesson
•
11th Grade
25 questions
Multiplication Facts

Quiz
•
5th Grade
15 questions
Subtracting Integers

Quiz
•
7th Grade
22 questions
Adding Integers

Quiz
•
6th Grade
10 questions
Exploring Digital Citizenship Essentials

Interactive video
•
6th - 10th Grade
Discover more resources for Computers
10 questions
Exploring Digital Citizenship Essentials

Interactive video
•
6th - 10th Grade
20 questions
typing

Quiz
•
6th Grade
18 questions
Company Logos

Quiz
•
6th - 8th Grade
10 questions
Proper Keyboarding Techniques

Interactive video
•
6th - 10th Grade
14 questions
Inputs and Outputs: Computer Science Intro

Lesson
•
5th - 9th Grade
20 questions
Input, Output, Processing or Storage

Quiz
•
5th - 6th Grade
10 questions
Understanding Computers: Hardware, Software, and Operating Systems

Interactive video
•
7th - 12th Grade
29 questions
AP CSP Unit 2 Review (Code.org)

Quiz
•
10th - 12th Grade