+ 1
Python Pancakes Practice code answer
https://www.sololearn.com/compiler-playground/cSro3W3YRkfo Can anyone that's on the indexing part of the Python course explain what I am doing wrong here?
4 Respostas
+ 7
Junior Usuanlele ,
i saw your code: we only need to replace one element from the list by using the variable item:
...
breakfasts[item] = 'Pancakes'
...
> we also need to output the complete list `breakfasts`
+ 4
Junior Usuanlele you have to print the answer
+ 2
Thanks I'll give it another go
+ 2
Lothar i feel so dumb how easy it was and how much I was struggling with it