This is the code and notes from my live Twitch programming and drawing classes.
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
Traceback (most recent call last):
|
|
File "ex4.py", line 8, in <module>
|
|
average_passengers_per_car = car_pool_capacity / passenger
|
|
NameError: name 'car_pool_capacity' is not defined
|
|
|