Python OS открытый блокнот

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