liquid_buffalo
@liquid_buffalo@lemmy.world
This is a remote user, information on this page may be incomplete. View at Source ↗
- Comment on Power overwhelming 1 year ago:
“power overwhelming” was the invincibility cheat code in StarCraft II.
- Comment on [help] How to decide what to do with command line parameters? 1 year ago:
Python has a builtin argparse module. You should use that. It does all of the heavy lifting and logic for you.