Learn Without Walls
← Back to Module 1

Module 1 Quiz

🎯 Test Your Python Knowledge!

This quiz covers all topics from Module 1: what Python is, installing Python, your first program, and the interpreter. Pass with 70% or higher (7 out of 10) to confirm your mastery!

📋 Quiz Rules

Progress

Questions answered: 0 / 10

1 Who created Python?
2 What does it mean that Python is an "interpreted" language?
3 When installing Python on Windows, which critical step must you remember?
4 What is the output of this code?
print("Python", "is", "fun!")
5 What does the # symbol do in Python?
6 What will happen if you run this code?
Print("Hello")
7 What is the result of 17 // 5 in Python?
8 What does REPL stand for?
9 What does type("100") return in Python?
10 Which file extension is used for Python files?

Make sure you've answered all questions!

What's Next?