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 (Retired) Ins & Outs I/O

what is the function for producing output ?

what is the function of output ? i already try print() , print("") . i still didnt get the right one.

5 Answers

Yeah, if you're trying to print, it's just print("whatever you want"), as per the Basic I/O video.

if that's not working for you, can you include the entirety of your code here?

William Li
William Li
Courses Plus Student 26,868 Points

Hi, Renee, I don't believe there's code to show, because the question being asked here is about one of the problem on a quiz.

Ah, sorry for misunderstanding.

i thought you were referring to a code challenge.

thanks for the respond guys ! :)