Bestand | Toelichting |
---|---|
gepast0.py | eerste programma |
gepast0a.py | zonder commentaar, kortere namen, minder wit |
gepast1.py | schrijf extra tekst voor gebruiker, commentaar bij werking |
gepast2.py | documentatie string, bepaal ook totaal aantal munten, schrijf uitgelijnde tabel |
gepast3.py | gebruik divmod i.p.v. herhaald aftrekken (sneller), schrijf evalueerbare expressie op één regel |