Comment on A function decorator that rewrites the bytecode to enable goto in PythonparentComments−BiteCode_dev4yThat's what functions are for.And bonus, you can put them in several files, and import them when your program grows. Which means you can then call them in the shell to play with them.It will make the whole experience much easier.
Comments
That's what functions are for.
And bonus, you can put them in several files, and import them when your program grows. Which means you can then call them in the shell to play with them.
It will make the whole experience much easier.