Pbaer8259 Pbaer8259 12-03-2024 Computers and Technology contestada 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 = 0O while my_var < 20:O my_var = my_var + 1