Skip to content

Latest commit

 

History

History
12 lines (7 loc) · 285 Bytes

README.md

File metadata and controls

12 lines (7 loc) · 285 Bytes

oneline compiler for python3 i wrote. it seems there are others,

and they are better- but who's counting?

i still enjoyed making it.

to run: python3 oneline_compiler.py <name_of_file>.py

outputs file to <name_of_file>_oneline.py

the outputted file will only be one line.