-
Type:
Bug
-
Status: Resolved
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 0.7.0
-
Fix Version/s: 0.7.0
-
Component/s: None
-
Labels:None
I got SyntaxError when i try to run `for statement` like following.
%python.python for x in range(0,3): print ("hi")
The output is
File "<stdin>", line 2
z._displayhook()
^
SyntaxError: invalid syntax
- links to