Popular recipes by superducktoxic http://code.activestate.com/recipes/users/4187037/2013-07-11T15:34:51-07:00ActiveState Code RecipesBlack Jack (Python)
2013-06-29T20:12:54-07:00superducktoxichttp://code.activestate.com/recipes/users/4187037/http://code.activestate.com/recipes/578586-black-jack/
<p style="color: grey">
Python
recipe 578586
by <a href="/recipes/users/4187037/">superducktoxic</a>
.
</p>
<p>Play black jack against the computer</p>
Calculator (Python)
2013-07-10T17:28:17-07:00superducktoxichttp://code.activestate.com/recipes/users/4187037/http://code.activestate.com/recipes/578599-calculator/
<p style="color: grey">
Python
recipe 578599
by <a href="/recipes/users/4187037/">superducktoxic</a>
.
</p>
<p>Put any numbers in and the program will give you the answer.</p>
System Password (Python)
2013-07-08T17:12:33-07:00superducktoxichttp://code.activestate.com/recipes/users/4187037/http://code.activestate.com/recipes/578595-system-password/
<p style="color: grey">
Python
recipe 578595
by <a href="/recipes/users/4187037/">superducktoxic</a>
.
</p>
<p>You enter a password and the program will tell you if the the password in strong or weak. The program will also tell you how many lower and higher case letters you have and how many digits you have.</p>
Guess the number, Game (Python)
2013-07-10T17:49:30-07:00superducktoxichttp://code.activestate.com/recipes/users/4187037/http://code.activestate.com/recipes/578600-guess-the-number-game/
<p style="color: grey">
Python
recipe 578600
by <a href="/recipes/users/4187037/">superducktoxic</a>
.
</p>
<p>you think of the number and then guess it.</p>
Dice (Python)
2013-07-11T15:34:51-07:00superducktoxichttp://code.activestate.com/recipes/users/4187037/http://code.activestate.com/recipes/578601-dice/
<p style="color: grey">
Python
recipe 578601
by <a href="/recipes/users/4187037/">superducktoxic</a>
.
</p>
<p>Choose a die and the program will give you the answer.</p>