No 'replit' module
I imported the module for repl.it, and got this:
Traceback (most recent call last): File "main.py", line 2, in <module> import replit ModuleNotFoundError: No module named 'replit'
Did you remove it or something? If so what should we use to clear screen? os.system('clear')
OwenBradstreet
If you have multiple files (project mode), replit won't import. I also don't think os.system("clear") work either, it just prints "TERM environment not set."
ash15khng
I also have this same problem....
**Here's a fix: ** replit module fix
Please select this as the answer if it works for you! Thanks.