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()

ravi thotapalli
PLUS
ravi thotapalli
Courses Plus Student 1,113 Points

what is wrong in this statement

menu="Our available flavors are: {}".format(", ".join(sundaes))

banana.py
available = "banana split;hot fudge;cherry;malted;black and white"
sundaes=available.split(';')
menu="Our available flavours are: {}".format(", ".join(sundaes))

Ravi, I don't have an answer, just wondering how your liking python?

2 Answers

ravi thotapalli
PLUS
ravi thotapalli
Courses Plus Student 1,113 Points

so far good. its been a long time since I have done any programming so kind of interesting.

So you've done SOME programming before. I was trying some of the back-end languages, mostly just intros so far. Not sure which one to go with... Hope you get an answer soon. :D

ravi thotapalli
PLUS
ravi thotapalli
Courses Plus Student 1,113 Points

I would say it depends on what you want to do.....when you say back-end languages what have you gone through so far though ?

I did all the front end stuff, goin back through it though (several times) by the time I get to the end I forget half the other stuff. I got a little ways into php, I like the approach of ruby, Python seems cool, I kinda would like to do node.js to carry on with the js style but. idk.