You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 4, 2024. It is now read-only.
Why below input it not working
jobs = {"cupcakes": [("mixer", 1), ("oven", 4)],
"smoothie": [("mixer", 1), ("oven", 3)],
"lasagna": [("oven", 2)]}
max_time = 10
same is the case with
jobs = {"group1": [("man", 2), ("robo", 1)],
"group2": [("man", 1), ("robo", 2)],
"group3": [("man", 2), ("robo", 1)]}
The text was updated successfully, but these errors were encountered: