Example of Python code in Codeblock: > with open(myfile, 'w') as f: > f.write('\n'.join(playlist)) > f.close() Is converted by InyokaEdit to: >with open(myfile, 'w') as f: > f.write('%%NO_TRANSLATE_2%%'.join(playlist)) > f.close()`