filled each garbage can with 4 pieces of garbage #28

Merged
s473616 merged 4 commits from cvs_wypelnienie_smietnika into master 2023-05-27 14:58:33 +02:00
Showing only changes of commit a1f2e4b298 - Show all commits

View File

@ -42,7 +42,7 @@ def create_city() -> City:
city.add_street(s)
for t in trashcans:
for i in range(4):
t.add_garbage(garbage_pieces[0])
t.add_garbage(garbage_pieces[garbage_pieces_counter])

garbage_pieces[garbage_pieces_counter]?

garbage_pieces[garbage_pieces_counter]?
garbage_pieces_counter = garbage_pieces_counter + 1
city.add_can(t)
for b in bumps: