Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

def reflectOnY((x,y)) okay in SageNB but not Jupyter notebook

In sage notebook def reflectOnY((x,y)): return (-x,y) is okay but Jupiter notebook gives a syntax error at ((x,... Did sage NB extend python syntax?