Welcome to the Treehouse Community

Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.

Looking to learn something new?

Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.

Start your free trial

Python Python Basics (2015) Python Data Types Use .split() and .join()

Tina Maddox
Tina Maddox
28,102 Points

Python Basics: Need help with Challenge Task 3 of 3

I would appreciate advice on this challenge. Thank you in advance! :)

Yeah, I still don't get it. I've tried everything. I watched the video a second time, I've looked up all the answers and I still can't pass this thing.

2 Answers

Luke Harper
Luke Harper
5,518 Points

In a new string, you want use the join method on ", " with sundaes as the parameter.

Secondly you want to replace the menu variable, with the menu formatted with your new string. Using the format method on the menu, with your new string as the parameter.

Hope that helps.

Tina Maddox
Tina Maddox
28,102 Points

Sorry for my delay in responding. Thank you so much. It took me a little while but I got it! I really appreciate your help.

Happy Coding!

Tina Maddox
Tina Maddox
28,102 Points

@Chris If you follow what Luke posted you will be able to get through it. It took me a bit of time but finally got it.