Python KS3

Python KS3

Assessment

Flashcard

Computers

8th Grade

Hard

Created by

Nancy Mosero

FREE Resource

Student preview

quiz-placeholder

18 questions

Show all answers

1.

FLASHCARD QUESTION

Front

Why do we learn Python?

Back

It's simple and easy to learn

2.

FLASHCARD QUESTION

Front

What will the output be from the following code?
print("Hello world!")

Back

Hello world!

3.

FLASHCARD QUESTION

Front

What will the output be from the following code?
print(3+4)

Back

7

4.

FLASHCARD QUESTION

Front

print(12*3)

Back

36

5.

FLASHCARD QUESTION

Front

What will the output be from the following code?
print("3+4")

Back

3+4

6.

FLASHCARD QUESTION

Front

What will the output be from the following code?
Print("Hello world!")

Back

NameError

7.

FLASHCARD QUESTION

Front

What will the output be from the following code?
print("Hello" + "world" + "today")

Back

Helloworldtoday

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?