AlaskaFishing AlaskaFishing 14-12-2020 Computers and Technology contestada Which line of code will cause the loop to execute exactly one time? for b in range(12, 12): for b in range(12, 13): for b in range(13, 13): for b in range():