Cómo obtener ipconfig de Python
import os
commend = ipconfig\input(give me a commend)
res = os.popen(commend)
print(res.read)
Evil Earthworm
import os
commend = ipconfig\input(give me a commend)
res = os.popen(commend)
print(res.read)