ricklamers / gridstudio

Grid studio is a web-based application for data science with full integration of open source data science frameworks and languages.
GNU Affero General Public License v3.0
8.88k stars 1.5k forks source link

unexpected EOF while parsing #131

Open lizaigaoge550 opened 4 years ago

lizaigaoge550 commented 4 years ago

when i excuted "for" code, the error happened

File "", line 1 for i in range(10): ^ SyntaxError: unexpected EOF while parsing

and the code is

for i range(10): print(i)