Python OS Open Notepad

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