-
Notifications
You must be signed in to change notification settings - Fork 18
Open
Description
for n in range(0, 10, 2):
print(n)
PythonError: Traceback (most recent call last):
File "/lib/python312.zip/_pyodide/_base.py", line 596, in eval_code_async
await CodeRunner(
File "/lib/python312.zip/_pyodide/_base.py", line 410, in run_async
coroutine = eval(self.code, globals, locals)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "", line 1, in
TypeError: 'range' object is not callable
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels