This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
""" | |
Simple input loop thing, with ducks. | |
By Lambda Fairy (github.com/lfairy) | |
Examples:: | |
n = read(int, 'Enter a number: ') | |
MIN = 1 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
""" | |
============================= | |
The Epic Fail Guessing Game | |
============================= | |
The Epic Fail Guessing Game (*efguess*) is a simple number guessing game. | |
Except you can't win it, of course. That would be silly. | |
""" |