Predict: f-string + variables
Variables
Data types
Read the code carefully
for i in range(3): print(i * 2)
What will the program print? Write here: