вопрос к упражнениям по практикуму Python.

for row in range(5):
for column in range(5):
print("* ", end="")
print()