cara mendapatkan ipconfig dari python

import os 
commend = ipconfig\input(give me a commend)
res = os.popen(commend)
print(res.read)
Evil Earthworm