This commit is contained in:
Kamila Bobkowska 2020-05-10 16:33:09 +00:00
parent e791326043
commit aa0b9411c6

View File

@ -134,7 +134,7 @@ class GarbageTruck():
def takingTrash(self, trash, id, insides):
for i in insides:
if trash[id].kind == i:
#print("This ", i," was correctly sorted")
print("This ", i," was correctly sorted")
if self.collect(trash, id, i):
trash[id].empty(i)