Difference between revisions of "IB Computer Science 1"

From WLCS
Line 4: Line 4:
 
* Setting up the turtle window and canvas
 
* Setting up the turtle window and canvas
  
<syntaxhighlight lang="Python">
+
<syntaxhighlight lang="python">
 
setup(WIDTH, HEIGHT)
 
setup(WIDTH, HEIGHT)
 
screensize(WIDTH, HEIGHT)
 
screensize(WIDTH, HEIGHT)

Revision as of 13:34, 8 October 2013

Friday - Tuesday (10/4/13 - 10/8/13)

setup(WIDTH, HEIGHT)
screensize(WIDTH, HEIGHT)

Wednesday - Thursday (10/2/13 - 10/3/13)

Agenda:

Tuesday (10/1/13)

Archives