Format input as str w/ appropriate quote types for python call
out (str) – String rep of the input arg with proper quotation for formatting in python -c ‘{commands}’ cli calls. For example, int, float, None -> ‘0’ str -> “string”