python exécuter l'écho dans le fichier

import os
string="This is test"
os.system("echo "+string+">> ~/Desktop/file.txt")
sirG