Код: Выделить всё
#python 2
from turtle import *
wn = Screen()
wn.setup(640,400,0,0)
wn.bgcolor("#4885ed")
shape("circle")
resizemode("user")
shapesize(5, 5, 12)
Код: Выделить всё
NameError: name 'resizemode' is not defined on line 10 in main.pyПодробнее здесь: https://stackoverflow.com/questions/374 ... trinket-io
Мобильная версия