pub fn zalgo_encode_python(string_to_encode: &str) -> Result<String, String>
Expand description

Takes in a string containing python code and returns the zalgo-encoded version of that string wrapped in python code that decodes and executes it.