Run, ZIP, Run: Python Executes ZIP Files
TIL: You can execute a zip file with Python! The interpreter will look for main.py inside zip file and execute it:
python http://program.zip
TIL: You can execute a zip file with Python! The interpreter will look for main.py inside zip file and execute it:
python http://program.zip