mirror of
https://github.com/php/presentations.git
synced 2026-03-26 00:22:11 +01:00
19 lines
449 B
XML
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>
|