shlex.join
When printing a command that is going to be ran, use `shlex.join(...)` instead of `" ".join(...)`
Languages
C
52.1%
Python
47.9%