stdout.write python

import sys

sys.stdout.write("Hello")
Sina Meysami