Python

Python

KG - 9th Grade

8 Qs

quiz-placeholder

Similar activities

Python

Python

5th - 10th Grade

10 Qs

grade-8

grade-8

8th - 9th Grade

10 Qs

Python Loops

Python Loops

9th - 11th Grade

12 Qs

Python Lists

Python Lists

8th - 9th Grade

10 Qs

Homework 1- Python Basics

Homework 1- Python Basics

8th Grade

10 Qs

9.3 L3 Python Lists

9.3 L3 Python Lists

7th - 10th Grade

10 Qs

Intro to Python Test

Intro to Python Test

3rd - 12th Grade

11 Qs

Python Basics

Python Basics

8th - 10th Grade

10 Qs

Python

Python

Assessment

Quiz

Computers

KG - 9th Grade

Medium

Created by

M Nicholls

Used 2K+ times

FREE Resource

8 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

What is python named after
The snake
Television show called Monty Python

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the name of the environment in Python that write your programs and then test them out?
Shell
Window
IDLE
CLI

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What extension must you add to the end of a file when saving?
.xlsx
.pptx
.docx
.py

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What button do you press to compile (run) your program so that it runs in the shell?
F3
F5
F7
F9

5.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

What does the term 'debug' mean?
Identify errors and fix them.
Making a calculation
A set of instructions
Looking at code

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What does the print function do in python?
It's a variable.
It can input data.
It displays something like a string or integer
It loops the code.

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What symbol do you use to make a comment in Python?
@
¬
;
#

8.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What syntax can you use to insert a line break between strings so that they appear over multiple lines?
/
\n
\l
n