Result Size: 625 x 571
โ€‹x
 
for x in [0, 1, 2]:
  pass
โ€‹
# having an empty for loop like this, would raise an error without the pass statement
โ€‹