VSATGO VSATGO Computers and Technology Answered Which option would complete the statement? for row in range(0,3): line = ""; for col in range(0,5): line += "*"; print(line); A. outer loop B. inner loop C. while loop D. Reverse loop (not real im pretty sure)