Python-vscode icon indicating copy to clipboard operation
Python-vscode copied to clipboard

This extension is deprecated as it is no longer being maintained.

Open Mananpatel2084 opened this issue 2 years ago • 2 comments

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'?

Mananpatel2084 avatar Mar 24 '23 14:03 Mananpatel2084

"not maintained" and "deprecated" are different things. As you've seen an error - what about creating a pull-request to fix that?

GitMensch avatar Dec 28 '23 07:12 GitMensch