From 5f7500626251e8bc20f85f9239182009bd06f8b2 Mon Sep 17 00:00:00 2001 From: Walter Bender Date: Thu, 04 Feb 2010 17:08:03 +0000 Subject: default turtle name -> 1 --- (limited to 'taconstants.py') diff --git a/taconstants.py b/taconstants.py index 9bef59e..a1805bc 100644 --- a/taconstants.py +++ b/taconstants.py @@ -436,7 +436,7 @@ PRIMITIVES = { # DEFAULTS = { - 'addturtle':['1'], + 'addturtle':[1], 'arc':[90,100], 'audio':[None], 'back':[100], -- cgit v0.9.1