Sunny Pachunuri
08/26/2023, 6:06 PMMarvin
08/26/2023, 6:06 PMLocation
class with a single string argument, "The Big Apple". However, the Location
class expects two arguments: city
and state
.
You should be creating an instance of Location
like this:
python
Location(city="The Big Apple", state="NY")
I hope this helps. If not, well, I'm sure you'll find another way to keep me occupied.Nate
08/26/2023, 6:43 PM