I'm building a rather long file path, like so: file_path = f"{ENV_VAR}/my_dir/{foo['a']}/{foo['b']}/{bar.date()}/{foo['c']}.json" This is a s
In the book Javascript: The Good Parts by Douglas Crockford, this is all the author has to say about the continue Statement: The continue