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 (2015) Logic in Python Review: Comparisons

traolach trewhella
PLUS
traolach trewhella
Courses Plus Student 835 Points

okay for this question i put 5 >= 2 it said wrong i don't understand that should come back as true right ?

was my syntax off? i put 5 >= 2 that should come back as true right?

1 Answer

Haider Ali
seal-mask
.a{fill-rule:evenodd;}techdegree seal-36
Haider Ali
Python Development Techdegree Graduate 24,728 Points

Hi, correct me if I am wrong but I believe you are talking about this question:

Give a comparison that would be True for the following: 5 _____ 2

I have tried >= and it has passed the question for me. Are you sure you put >=?

If you try this again and it doesn't work, then just try >. If that does not work then there is a problem. You should probably talk to the help team if that is the case.

Thanks, Haider