No, there's no 'print' that should be necessary.  I'm using Spyder on MacOS
for Python 2.7 and I get this in the iPython console:

In[25]: 3>2
Out[25]: True

And this in the Python console:

>>> 3>2
True
>>>

-Lucian

On Fri, Mar 17, 2017 at 1:34 PM, Carlos Córdoba <ccordob...@gmail.com>
wrote:

> I think you’re missing a print, i.e.
>
> print(1 > 5)
>
> should give a False in the console.
>
> Cheers,
> Carlos
>
> El 15/03/17 a las 11:29, carter.ma...@gmail.com escribió:
>
> Hello everyone!
>
> I am brand new to Python and coding in general so I appreciate your
> patience. I'm using Spider with Python 3.6 and following along to some
> online tutorials. Whenever I type in basic comparison, like "1 > 5", for
> example, the console returns nothing. I would expect that to return
> "false". Other functions, such as printing and concatenating seem to work
> fine. I'm not sure if I've not installed Python properly or if the
> input/syntax is maybe wrong?. I installed Python 3.6 and LiClipse before
> trying Spider and was seeing the same issue. I'm entirely confused. I've
> edited the environment variables to include the python path, and set them
> in Spider as well. Anyone have any thoughts as to what I'm doing wrong? I'm
> guessing it's quite obvious as I'm so new to this and trying to learn on my
> own. Any help is very much appreciated. Thanks!
> --
> You received this message because you are subscribed to the Google Groups
> "spyder" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to spyderlib+unsubscr...@googlegroups.com.
> To post to this group, send email to <spyderlib@googlegroups.com>
> spyderlib@googlegroups.com.
> Visit this group at https://groups.google.com/group/spyderlib.
> For more options, visit https://groups.google.com/d/optout.
>
> ​
>
> --
> You received this message because you are subscribed to the Google Groups
> "spyder" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to spyderlib+unsubscr...@googlegroups.com.
> To post to this group, send email to spyderlib@googlegroups.com.
> Visit this group at https://groups.google.com/group/spyderlib.
> For more options, visit https://groups.google.com/d/optout.
>

-- 
You received this message because you are subscribed to the Google Groups 
"spyder" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to spyderlib+unsubscr...@googlegroups.com.
To post to this group, send email to spyderlib@googlegroups.com.
Visit this group at https://groups.google.com/group/spyderlib.
For more options, visit https://groups.google.com/d/optout.

Reply via email to