From 9d847ca242be707a8f22f5d6dcaf5367b1b34edd Mon Sep 17 00:00:00 2001 From: kurtaykut912-rgb Date: Tue, 12 Aug 2025 06:19:00 +0300 Subject: [PATCH] =?UTF-8?q?Create=20import=20socket=20=20def=20ip=5Fadresi?= =?UTF-8?q?=5Fogren():=20=20=20=20=20hostname=20=3D=20socket.gethostname()?= =?UTF-8?q?=20=20=20=20=20ip=5Fadresi=20=3D=20socket.gethostbyname(hostnam?= =?UTF-8?q?e)=20=20=20=20=20print(f"Bu=20cihaz=C4=B1n=20IP=20adresi:=20{ip?= =?UTF-8?q?=5Fadresi}")=20=20ip=5Fadresi=5Fogren()?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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() --- ...f\"Bu cihazın IP adresi: {ip_adresi}\") ip_adresi_ogren()" | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 "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()" diff --git "a/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()" "b/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()" new file mode 100644 index 0000000..c453ab9 --- /dev/null +++ "b/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