BIT BY BYTE
Card 1 of 12
Question
How many times does `for i in range(3):` run?
tap to flip
Answer
3 times (i = 0, 1, 2)