Skip to content

Instantly share code, notes, and snippets.

View chenyang48671155's full-sized avatar

Chenyang chenyang48671155

View GitHub Profile
@utstikkar
utstikkar / advanced_honeycomb.py
Created September 4, 2012 07:35
python turtle advanced honeycomb sourcecode (Lasse Kosiol)
# turtle honeycomb
# Lasse Kosiol
# 1.9.2012
# python workshop opentechschool berlin
import turtle
from random import randint
size = 20
circles = 20