Python Level 1: The Basics

Chapter 1: The Art of Python
Name:

Date:
Part 1: Bug Hunter

These code snippets are broken! Find the mistake (Syntax Error) and rewrite the code correctly in the box.

print("Hello World)
Correct Code:
print "Game Over"
Correct Code:
print(I love Minecraft)
Correct Code:
Part 2: Sequence Scramble

These Minecraft steps are mixed up! Write 1, 2, or 3 in the circles to put them in the correct order.

Craft a Sword
Punch a Tree
Make Planks
Part 3: Chat to Code

Translate these English sentences into Python print() commands.

Chat: Say "You joined the server"
print( )
Chat: Say "Obby Complete!"
print( )
Part 4: Your First Script

Write a 3-line Python script that tells a short story about finding a treasure chest.

1
2
3