Python OS Open notepad

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