My code looks like this:
def storescores(): hs = open(\"hst.txt\",\"a\") hs.write(name) hs.close()
so if I run it and enter \"Ry
import subprocess subprocess.check_output('echo "' + YOURTEXT + '" >> hello.txt',shell=True)