Python: Fill in the blank

Beginner Python
Created by Best · 12.04.2026 at 16:05 UTC

Complete the code by choosing the correct option for the blank.

University approvals: 0
Tasks
Question 1

Complete the loop so it prints 0, 1, 2, 3, 4 (one per line). Choose the correct fill-in.

for i in ___:
    print(i)
Question 2

Complete the line so the list has three zeros. Choose the correct fill-in.

zeros = ___
Card Info
  • Topic: Python
  • Difficulty: Beginner
  • Completed: 0 users
Creator
Best
Best
BestBuddy