Im trying to run my code on Pycharm CE but i keep getting an error
ERROR I KEEP GETTING… SOMEONE PLS HELP!!! “/Users/ona/PycharmProjects/PONG GAME/.venv/bin/python” /Library/Frameworks/Python.framework/Versions/3.12/lib/python3.12/turtle.py Traceback (most recent call last): File “/Library/Frameworks/Python.framework/Versions/3.12/lib/python3.12/turtle.py”, line 101, in import tkinter as TK File “/Library/Frameworks/Python.framework/Versions/3.12/lib/python3.12/tkinter/init.py”, line 1 from turtle import Screen, Turtle IndentationError: unexpected indent Process finished with exit code 1 i tried to use chatgpt to figure out the error but it didnt […]