Browse Source

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()

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()
pull/1483/head
kurtaykut912-rgb 1 week ago
committed by GitHub
parent
commit
4a35530a55
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 2
      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()

2
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()

@ -0,0 +1,2 @@
"SabitlendiYükleniyor"
https://github.com/miguelgrinberg#:~:text=Sabitlendi,Y%C3%BCkleniyor
Loading…
Cancel
Save