So, I typed in code: from turtle import * forward(100) right(120) clear() It didn't work! It kept on saying that there was an indent and the first line was wrong. Help! -- https://mail.python.org/mailman/listinfo/python-list
- Might be doing this wrong? (Turtle graphics... jasonanyilian
- Re: Might be doing this wrong? (Turtle... CrazyVideoGamez
- Re: Might be doing this wrong? (Turtle... DL Neil
- Re: Might be doing this wrong? (Tu... MRAB
- Re: Might be doing this wrong?... CrazyVideoGamez
- Re: Might be doing this wrong? (Turtle... Terry Reedy
- Re: Might be doing this wrong? (Tu... Peter J. Holzer
- Re: Might be doing this wrong? (Turtle... Informatico de Neurodesarrollo
- Re: Might be doing this wrong? (Turtle... CrazyVideoGamez
- Re: Might be doing this wrong? (Tu... Larry Martell
- Re: Might be doing this wrong?... Grant Edwards