-
파이썬 자신의 로컬 IP알아내기 import socket def ipcheck(): return socket.gethostbyname(socket.getfqdn()) print(ipcheck())