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 trialravi thotapalli
Courses Plus Student 1,113 Pointswhat is wrong in this statement
menu="Our available flavors are: {}".format(", ".join(sundaes))
available = "banana split;hot fudge;cherry;malted;black and white"
sundaes=available.split(';')
menu="Our available flavours are: {}".format(", ".join(sundaes))
2 Answers
ravi thotapalli
Courses Plus Student 1,113 Pointsso far good. its been a long time since I have done any programming so kind of interesting.
john larson
16,594 PointsSo 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
Courses Plus Student 1,113 PointsI would say it depends on what you want to do.....when you say back-end languages what have you gone through so far though ?
john larson
16,594 PointsI 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.
john larson
16,594 Pointsjohn larson
16,594 PointsRavi, I don't have an answer, just wondering how your liking python?