Python -Code zum Öffnen der Windows -Eingabeaufforderung

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