Changes between Version 1 and Version 2 of SandBox

Show
Ignore:
Timestamp:
01/09/06 16:10:50 (7 years ago)
Author:
anonymous
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • SandBox

    v1 v2  
    44 
    55Go ahead, edit it freely. 
     6 
     7Wiki Tips: 
     8 
     9This Wiki knows how to highlight Python code: 
     10{{{ 
     11#!python 
     12from earth import ultimate 
     13def answer(question): 
     14    if question is ultimate: 
     15        return 42 
     16}}}