Python
import turtle as t for _ in range(8): t.forward(50) t.left(360/8)