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

iOS Swift Basics (retired) Types Printing Results

WHERE CAN I SEE THE ANSWER TO THE PROBLEMS I DONT UNDERSTAND?

I don't see why every time there is a problem I need to wait for a response...

Is there anyway the correct answer can just show up and I can learn from there myself?

Thanks

println.swift
let language: String = "Swift"
println("learning \(language)")

1 Answer

Jon Schenck
Jon Schenck
2,028 Points

The correct code for this challenge is

let language = "Swift"

println("Learning (language)")

don't forget the \ before (language). For some reason it is not letting me post it.

There is no straight out answer sheet in treehouse. The way to find answers is by asking the forum questions and generally individuals in the forum will help questioners substantially. Hope this helps.