Python Basics Review (TSK)

Python Basics Review (TSK)

9th - 12th Grade

20 Qs

quiz-placeholder

Similar activities

Python basics

Python basics

2nd - 9th Grade

20 Qs

Python Recap

Python Recap

7th Grade - University

20 Qs

Python 1

Python 1

7th - 9th Grade

20 Qs

Python Basics

Python Basics

KG - University

16 Qs

Python Lesson 3

Python Lesson 3

8th - 11th Grade

18 Qs

Python_2R

Python_2R

KG - Professional Development

20 Qs

Python - Quiz

Python - Quiz

9th - 11th Grade

17 Qs

Python-Basic

Python-Basic

3rd Grade - University

15 Qs

Python Basics Review (TSK)

Python Basics Review (TSK)

Assessment

Quiz

Computers

9th - 12th Grade

Hard

Created by

Kim Hansen

Used 96+ times

FREE Resource

20 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is Python named after?
 The television show Monty Python's Flying Circus 
A Snake
The name of the guy who created it, "Guido Python"
The snake game, "Python".

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What Python command is used to output text to the screen?
input()
print()
int()
display()

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the purpose of comment lines in code?
To compliment your work so you feel better about it.
To explain the code that follows it.
To make the code compile.
To make your code longer so you get more points.

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which symbol is used to make a comment line in Python?
&
//
#
'

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Returns the remainder from division.
boolean
modulus
variables
exponents

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

A line of text Python won't try to run as code.
boolean
variable
comment
modulus

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which is the correct way to declare and initialize a variable in Python?
my_variable: 10
my_variable == 10
my_variable = 10
my_variable is 10

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?