You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
some base code are run but i try turtle is not working, it show that type of problems
File "c:\Users\Manan\2.py", line 1, in
import turtle
File "c:\Users\Manan\turtle.py", line 2, in
t=turtle.Turtle()
AttributeError: partially initialized module 'turtle' has no attribute 'Turtle' (most likely due to a circular import). Did you mean: 'turtle'?