Python

Python

Assessment

Flashcard

Computers

KG - 9th Grade

Hard

Created by

Quizizz Content

FREE Resource

Student preview

quiz-placeholder

8 questions

Show all answers

1.

FLASHCARD QUESTION

Front

What is python named after?

Back

Television show called Monty Python

2.

FLASHCARD QUESTION

Front

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

Back

IDLE

3.

FLASHCARD QUESTION

Front

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

Back

.py

4.

FLASHCARD QUESTION

Front

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

Back

F5

5.

FLASHCARD QUESTION

Front

What does the term 'debug' mean?

Back

Identify errors and fix them.

6.

FLASHCARD QUESTION

Front

What does the print function do in python?

Back

It displays something like a string or integer.

7.

FLASHCARD QUESTION

Front

What symbol do you use to make a comment in Python?

Back

#

8.

FLASHCARD QUESTION

Front

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

Back

\n