f = open('binary', 'rb+')f.read f.pos = 2f.write('Hello.')f.rewindf.read f << 'Goodbye.'f.rewindf.read f.close