Problem description:
repl process died unexpectedly: exit status 1
Expected behavior:
I am not being able to see the results in my display
Actual behavior:
Steps to reproduce:
Bug appears at this link:
https://replit.com/@Anderson-Gabri2/PythonTurtle
Browser/OS/Device:
Chrome MacOS
Repl process died unexpectedly means the program exited, so if you use the exit()
built-in function then it will say that
Hey @Anderson-Gabri2! Welcome to the community!
I forked your Repl and it seems that it was not able to find your colors.py
file.
File imports are case-sensitive, so you will need to rename your Colors.py
file to be lowercase.
2 Likes
Or @QwertyQwerty88 if there is a loop and there is the break fuction then it will show that to.
No? It would just return to the code outside of the for loop, it shouldn’t “die unexpectedly” from that.
2 Likes
Well yes if there is more code after the loop
Just tested to make sure, break
does not throw that error when used in a for loop, if it does for you then there’s probably something else happening.
2 Likes