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
There is a variable called poem stuffed with toast.
In the lesson I can only change one instance with the suggestion offered (poem['toast'] = 'honeydew' ) But if I can change one instance of toast I feel I should be able to change all of them.
I'm more of a bacon lover than the bread hater the lesson prompt makes me out to be. Toast is ok, it really is. But just for funzies, could someone give me a hint as to how to select all ['toast'] and replace with ['bacon']?
P.S. I've tried poem.add('x', 'bacon') but it doesn't seem like the best way of doing this.
The text was updated successfully, but these errors were encountered:
It's not an issue, but more of a request.
There is a variable called poem stuffed with toast.
In the lesson I can only change one instance with the suggestion offered (poem['toast'] = 'honeydew' ) But if I can change one instance of toast I feel I should be able to change all of them.
I'm more of a bacon lover than the bread hater the lesson prompt makes me out to be. Toast is ok, it really is. But just for funzies, could someone give me a hint as to how to select all ['toast'] and replace with ['bacon']?
P.S. I've tried poem.add('x', 'bacon') but it doesn't seem like the best way of doing this.
The text was updated successfully, but these errors were encountered: