Hi Everyone
I’m working through Len’s Slice for the second time because I need to reinforce the basics of python. I’m on step 8 and did the pizza_and_prices.sort() step as instructed but now it returns an error saying Traceback (most recent call last):
File “script.py”, line 10, in
pizza_and_prices.sort
AttributeError: ‘tuple’ object has no attribute ‘sort’
And now I can’t move on to the latter steps. What happened to the tutorial video/or view solution steps that was here the first time round?
Thanks