stdout.write Python

import sys

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