Python OS Open Bloc-notes

import os
os.system("C:\\Windows\\notepad.exe")
Halfdan