python输出当前的IP地址

import socket
print(socket.gethostbyname(socket.getfqdn(socket.gethostname())))