diff --git a/README.md b/README.md index b4f9c2e..aca9a63 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,8 @@ +<<<<<<< HEAD +new-feature addition at 15:15 +======= +main branch additions at 15:12 -asli - +>>>>>>> main diff --git a/leap-year.py b/leap-year.py index 7509825..3d69422 100644 --- a/leap-year.py +++ b/leap-year.py @@ -1,5 +1,7 @@ - Umut çalışıyor... - +# Umut calisiyor... +import time '''I am putting it here to if it could be required in any case. + Because 'while' loops may cause endless loops, computers crash. + give it a short time like "time.sleep(0.1)" ''' # **Exercise | ?comprehension | ?range() | ?len() | ?nested for loop() | ?any() | ?sum() | ?append()**