On Monday, October 19, 2020 at 10:36:05 AM UTC-7, Carl Eberhart wrote:
>
> I can't load a sage file in either the notebook or terminal version of Sage
>   File "<string>", line 121
>     if s<>_sage_const_0 :
>          ^
> SyntaxError: invalid syntax
>

The syntax <> for "not equal"  is no longer valid in Python 3. Use != 
instead.

-- 
You received this message because you are subscribed to the Google Groups 
"sage-support" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to sage-support+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/sage-support/da812ca0-a143-4c8e-b2ee-62056a3e61a7o%40googlegroups.com.

Reply via email to