root/misc/obscu2.py
| Revision 101, 236 bytes (checked in by haypo, 1 year ago) | |
|---|---|
| |
| Line | |
|---|---|
| 1 | # Little game: guess number between 001 and 100 |
| 2 | # Victor Stinner - 2007/10/04 - GPLv3 license |
| 3 | from time import time |
| 4 | l=int(time()*0111%100+1) |
| 5 | while(1): |
| 6 | print(chr(0100-(((((input(chr(~-0100))-l*(1^0))or(exit(0)))>0)<<1)+~0)-11+010>>0)) |
| 7 |
Note: See TracBrowser for help on using the browser.
