colorlab
clone your own copy | download snapshot

Snapshots | iceberg

Inside this repository

TEST8.py
text/x-python

Download raw (153 bytes)

x = 8079
y = 5520
addition = 25
print("PU%s,%s;"%(x,y))
for i in range(1,100):
    dia = i * 50
    print ("CI%s" % (dia))
print("PU0,0")
print("PA0,0")