Python Basics for Young Learners

Python Basics for Young Learners

Assessment

Flashcard

Computers

7th Grade

Hard

Created by

Steve Daley

FREE Resource

Student preview

quiz-placeholder

5 questions

Show all answers

1.

FLASHCARD QUESTION

Front

What is the variable in the code shown?

Back

name

2.

FLASHCARD QUESTION

Front

What is the output of the following code if sunny was entered?

Back

Have a great day

3.

FLASHCARD QUESTION

Front

What is the correct way to start a Python function?

Back

def myFunction():

4.

FLASHCARD QUESTION

Front

Which of the following is used to output text in Python? `echo("Hello, World!")`, `print("Hello, World!")`, `write("Hello, World!")`, `output("Hello, World!")`

Back

`print("Hello, World!")`

5.

FLASHCARD QUESTION

Front

Back

11