Python-100-Days icon indicating copy to clipboard operation
Python-100-Days copied to clipboard

Python - 100天从新手到大师

Results 208 Python-100-Days issues
Sort by recently updated
recently updated
newest added

从0位置开始,运行的结果为7

Traceback (most recent call last): File "D:/oneDay-oneHundredDays————python/oneDay/turtle.py", line 1, in import turtle File "D:\oneDay-oneHundredDays————python\oneDay\turtle.py", line 3, in turtle.pensize(4) AttributeError: partially initialized module 'turtle' has no attribute 'pensize' (most likely due...