jetbrains-academy / introduction_to_python

Introduction to Python course
MIT License
42 stars 27 forks source link

failed to launch checking (python) Loops / For Loop #202

Closed edutools-service closed 1 year ago

edutools-service commented 1 year ago

run tool shows correct solution, but still an error. learning tool won't check submission Traceback (most recent call last): File "/home/jay/PycharmProjects/Introduction to Python/Loops/For loop/for_loop.py", line 8, in print(primes[x]) IndexError: list index out of range

DaniilBogdanovJB commented 1 year ago

Can't reproduce: image