Mega Code Archive
Categories
/
Python Tutorial
/
Buildin Function
Single Executable Statement
single_code = compile('pr int "Hello world!"', '', 'single') exec single_code