Files
archived-presentations/slides/scripting/python.questor.xml
2002-07-02 08:33:04 +00:00

19 lines
449 B
XML

<slide title="Python Questor">
<blurb>
An example of how messed up, err, wonderful python is.
</blurb>
<list title="Questor" fontsize="2.5em">
<bullet>Uses a class to keep track of questions and answers</bullet>
<bullet>Demonstrates, loops, recursion, OO</bullet>
<bullet>Super-Intelligent AI (Deep Blue, watchout!)</bullet>
</list>
<example
title="Questor"
fontsize="1em"
type="python"
filename="slides/scripting/questor.py"/>
</slide>