Could be one specific task or just in general.
You must log in or register to comment.
Figuring out how to automate them, when possible. Coding / scripting / debugging is more fun than tedious manual tasks, IMO.
from kitchen.utils import Dishwasher from tablesettings.dinner import dishes dishwasher = Dishwasher() dishwasher.load(dishes) dishwasher.start()
Can someone help me debug this? My dishes haven’t been done in a week because it doesn’t work.