First time here? Check out the FAQ!
answered 2019-12-07 17:31:34 +0100
The problem is that your script is called "sage.py", so when you try from sage.all import *, it tries to import it from this file. Rename your script to something else.
from sage.all import *