Python

Python

KG - 9th Grade

8 Qs

quiz-placeholder

Similar activities

grade-8

grade-8

8th - 9th Grade

10 Qs

Python Coding

Python Coding

6th - 8th Grade

12 Qs

Python Turtle

Python Turtle

KG - Professional Development

11 Qs

Python Domain

Python Domain

10th - 11th Grade

13 Qs

Python Basics (Y9)

Python Basics (Y9)

8th - 10th Grade

13 Qs

Python Intro

Python Intro

8th - 9th Grade

10 Qs

Python Variables

Python Variables

6th Grade

10 Qs

Basics of Python

Basics of Python

9th - 12th Grade

12 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