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 trialChris Huang
Courses Plus Student 123 Pointscan I put // behind { ? EX. {//Promt the user...} or just // anywhere {} inside?
as title I dont get it. // could be anywhere just keep {} inside?
2 Answers
Henrik Christensen
Python Web Development Techdegree Student 38,322 Pointsyou can put // anywhere you want, but everything after the // will be ignored (a comment)
Tatenda Matambo
1,359 Points// are recommended to be inside braces because they indicates the beggining of every command
pet
10,908 Pointspet
10,908 PointsJust one moment. The program will ignore ONLY the rest of the line will be commentified and not the next line there is no cap for the comment.