Results 2 issues of Kevin Polulak

There's an example in _Programming Lua, 2nd Edition_ that looks like (with a few subtle modifications): ``` lua local x = 10000 local sqr = x / 2 repeat sqr...

Are third-party packages outside of Python's standard library permitted? Like anything from PyPi. Do they fall under the "anything and everything" in rule 2? I have an idea that uses...