filled each garbage can with 4 pieces of garbage #28
@ -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_counter = garbage_pieces_counter + 1
|
||||
city.add_can(t)
|
||||
for b in bumps:
|
||||
|
Loading…
Reference in New Issue
Block a user
garbage_pieces[garbage_pieces_counter]?