A 1st IOPCC Winner
Author:
- Discord: @denballakh
Judges' Comments
Most understated.
Short and sweet. Clever trick using sys
modules. Great
example of the type of shenanigans we want to see in this contest. Plays
to Python's "strengths". We appreciate the clever clean exit using
exception catching.
Author's Comments
How to run:
- run
run.py
file with your favourite python interpreter
What to expect:
- several fibonacci numbers will be printed
- some warnings may occur, it is fine
Why is it cool:
- no functions
- no loops
- no if-else's
- no recursion (if you don't look closely :)
Tested on:
- CPython 3.7-3.12 on Windows 10
Should work on:
- almost any python version (not py2) on any OS