0
Why this not running?
5 Respostas
- 1
because turtle module cannot work in sololearn context (text only output, execution on sololearn servers)
+ 3
Try learning about indentation
for i in range(255*2):
colormode(255)
if i < 255//3:
r+=3
elif
...
+ 2
Try this, from Kirk Schafer https://code.sololearn.com/W7Peu9IQ6KkE
+ 1
Thank you visph..... I didn't know that