1 Commits (4a35530a553237bd0f58c1ed030c990d8c962547)

Author SHA1 Message Date
kurtaykut912-rgb 4a35530a55
Create import socket def ip_adresi_ogren(): hostname = socket.gethostname() ip_adresi = socket.gethostbyname(hostname) print(f"Bu cihazın IP adresi: {ip_adresi}") ip_adresi_ogren() 1 week ago