kode python untuk membuka prompt perintah windows

import os
def mycmd():
    os.system('cmd /c "ipconfig"')
mycmd()
Prince Prakash