From 4bc8fba7606094ce0d76d9d51904eb6bf055ec6b Mon Sep 17 00:00:00 2001 From: Yunus <101994700+mogelijkheid@users.noreply.github.com> Date: Wed, 15 Mar 2023 20:53:15 +0100 Subject: [PATCH] Update week1_1.py Basarili --- week1_1.py | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/week1_1.py b/week1_1.py index 5df170f..d01a777 100644 --- a/week1_1.py +++ b/week1_1.py @@ -31,6 +31,8 @@ print(adres) print("*"*len(adres)) + + # question 4: Take seconds from the user and display them as days, hours, minutes and seconds. #1 day =86400 seconds, 1 hour =3600 seconds, 1 minute = 60 seconds # inputSeconds=int(input("Inpur the second:")) @@ -88,3 +90,6 @@ print("Sorun yok!") else: print("Sadece e ve h olarak cevap olarak kabul edilir.Bir daha deneyin!") + + +#GAYET BASARILI, EMEGINIZE SAGLIK!