Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions week1_1.py
Original file line number Diff line number Diff line change
Expand Up @@ -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:"))
Expand Down Expand Up @@ -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!