Browse Source
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/1484/head
committed by
GitHub
1 changed files with 2 additions and 0 deletions
@ -0,0 +1,2 @@ |
|||||
|
"SabitlendiYükleniyor" |
||||
|
https://github.com/miguelgrinberg#:~:text=Sabitlendi,Y%C3%BCkleniyor |
||||
Loading…
Reference in new issue