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
009-012-modern-apis-starred/demo/app.py
for function create_car() we define car_id like len(cars)+1 but after first delete_car() it dosn't work!
isn't better to check max(cars.keys())+1 for same task, or something else?
The text was updated successfully, but these errors were encountered:
009-012-modern-apis-starred/demo/app.py
for function create_car() we define car_id like len(cars)+1 but after first delete_car() it dosn't work!
isn't better to check max(cars.keys())+1 for same task, or something else?
The text was updated successfully, but these errors were encountered: