#Python 2, (削除) 84 (削除ここまで) 82 bytes
Python 2, (削除) 84 (削除ここまで) 82 bytes
I'm using Turtle again. It's so fun! :D
from turtle import*
up()
for i in range(input()):write(chr(i%26+65));rt(9);fd(9+i)
Unfortunately, Trinket.io has a horribly small canvas. I changed 9+i to 9+i/9 and adjusted the turtle's starting point for the purpose of screen-capturing this image, so that more of the output would fit:
#Python 2, (削除) 84 (削除ここまで) 82 bytes
I'm using Turtle again. It's so fun! :D
from turtle import*
up()
for i in range(input()):write(chr(i%26+65));rt(9);fd(9+i)
Unfortunately, Trinket.io has a horribly small canvas. I changed 9+i to 9+i/9 and adjusted the turtle's starting point for the purpose of screen-capturing this image, so that more of the output would fit:
Python 2, (削除) 84 (削除ここまで) 82 bytes
I'm using Turtle again. It's so fun! :D
from turtle import*
up()
for i in range(input()):write(chr(i%26+65));rt(9);fd(9+i)
Unfortunately, Trinket.io has a horribly small canvas. I changed 9+i to 9+i/9 and adjusted the turtle's starting point for the purpose of screen-capturing this image, so that more of the output would fit:
#Python 2, 84(削除) 84 (削除ここまで) 82 bytes
I'm using Turtle again. It's so fun! :D
from turtle import *import*
up()
i=0
whilefor i<inputi in range(input()):write(chr(i%26+65));rt(9);fd(9+i);i+=1
Unfortunately, Trinket.io has a horribly small canvas. I changed 9+i to 9+i/9 and adjusted the turtle's starting point for the purpose of screen-capturing this image, so that more of the output would fit:
#Python 2, 84 bytes
I'm using Turtle again. It's so fun! :D
from turtle import *
up()
i=0
while i<input():write(chr(i%26+65));rt(9);fd(9+i);i+=1
Unfortunately, Trinket.io has a horribly small canvas. I changed 9+i to 9+i/9 and adjusted the turtle's starting point for the purpose of screen-capturing this image, so that more of the output would fit:
#Python 2, (削除) 84 (削除ここまで) 82 bytes
I'm using Turtle again. It's so fun! :D
from turtle import*
up()
for i in range(input()):write(chr(i%26+65));rt(9);fd(9+i)
Unfortunately, Trinket.io has a horribly small canvas. I changed 9+i to 9+i/9 and adjusted the turtle's starting point for the purpose of screen-capturing this image, so that more of the output would fit:
#Python 2, 84 bytes
I'm using Turtle again. It's so fun! :D
from turtle import *
up()
i=0
while i<input():write(chr(i%26+65));rt(9);fd(9+i);i+=1
Unfortunately, Trinket.io has a horribly small canvas. I changed 9+i to 9+i/9 and adjusted the turtle's starting point for the purpose of screen-capturing this image, so that more of the output would fit: