[x == -3] [x == -3] |
[x == 0] [x == 0] |
[[x < -4]] [[x < -4]] |
[[x < -8]] [[x < -8]] |
Traceback (click to the left of this block for traceback) ... SyntaxError: invalid syntax Traceback (most recent call last):
File "<stdin>", line 1, in <module>
File "_sage_input_28.py", line 10, in <module>
exec compile(u'open("___code___.py","w").write("# -*- coding: utf-8 -*-\\n" + _support_.preparse_worksheet_cell(base64.b64decode("ZGVmICAgZih4KQogICAgcmV0dXJuIDMtMip4XjIgYXQ9MTAwCmYgKDMp"),globals())+"\\n"); execfile(os.path.abspath("___code___.py"))
File "", line 1, in <module>
File "/tmp/tmpmG8fpN/___code___.py", line 3
def f(x)
^
SyntaxError: invalid syntax
|
Traceback (click to the left of this block for traceback) ... SyntaxError: invalid syntax Traceback (most recent call last):
File "<stdin>", line 1, in <module>
File "_sage_input_35.py", line 10, in <module>
exec compile(u'open("___code___.py","w").write("# -*- coding: utf-8 -*-\\n" + _support_.preparse_worksheet_cell(base64.b64decode("dmFyKCdBIHgnKQpzb2x2ZShbIEE9Mit4XSwgeCk="),globals())+"\\n"); execfile(os.path.abspath("___code___.py"))
File "", line 1, in <module>
File "/tmp/tmpHTYyTW/___code___.py", line 4
solve([ A=_sage_const_2 +x], x)
^
SyntaxError: invalid syntax
|
|
|