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

Code Challenge: That's Odd task 1 of 1: I have no idea what i am doing wrong cause I'm getting 'return' message

How do i solve my problem or can someone tell me what I'm doing wrong.

yes, if you show your code we can help.

And how do i do that?

You might want to try to copy and paste your code. If you select all the code the right click it, it should display a copy button. To paste you right click were you want to put your code and hit paste. And remember to put three backlashes ( ``` )before and after your code, because that will display it in the comments of this question.

example:

(```)

your code here

(```)

i put parenthesis around my ``` or it would have looked like this:

your code here

so when you do yours, just leave out the parentheses

Steven Parker
Steven Parker
243,656 Points

ZAAKIR ABDULLA — Caleb's instructions are good, and you might also want to watch this video on code formatting.

1 Answer

Steven Parker
Steven Parker
243,656 Points

We can probably help but first you'll need to show your code. It's also helpful to provide a link to the course page you are working with.