Python Practice Test
✕
📝 Python Practice Tests
Control Flow: Conditional Statements
Control Flow: Loops
Core Syntax
Data Structures: Dictionaries and Sets
Data Types and Variables
Decorators and Closures
Exception Handling
File Input and Output
Functions and Scope
Modules and Packages
Object-Oriented Programming Basics
Operators and Expressions
Python
List Comprehensions and Generators
String Manipulation and Formatting
📖 Python Study Guides
Python Exam #1
🎥 Python Videos
👑 Python Professional Certification Practice Exam
Flashcards
Python Flashcards
👑 Python VIP Flashcards
Study Guide
Python Study Guide
Cheat Sheet
Python Cheat Sheet
Articles
Python Practice Test 2026 FREE - Python Questions - Python Exam Prep
Python Practice Test PDF (Free Printable 2026)
Videos
Python Programming Practice Test Video Answers
☰
Python Practice Test
▶
Python Control Flow: Loops 4
Free · Instant Results
What does `zip([1,2,3], ['a','b'])` produce when iterated?
A
(1,'a'), (2,'b'), (3, None)
B
(1,'a'), (2,'b')
C
Raises a ValueError
D
(1,'a','b'), (2,)
▶ Start Practice Test