Rearrange the code blocks below to create a working while loop. Note, this loop doesn’t actually do anything. Also don’t forget to indent your blocks to show which code needs to repeat.

O my_var = 0
O while my_var < 20:
O my_var = my_var + 1