Print to console?

Try:

import os
os.write(1,b'Something was executed.\n')
1 Like