Skip to content
Open
Show file tree
Hide file tree
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
8 changes: 6 additions & 2 deletions leap-year.py
Original file line number Diff line number Diff line change
@@ -1,9 +1,13 @@
year=int(input("Enter year to be checked:"))
if(year%4==0 and year%100!=0 or year%400==0):
<<<<<<< HEAD

print("THIS IS JUST A LEAP YEAR!)

print("THIS IS JUST A LEAP YEAR!)
elif year%2==0:
print (bu değişkilik locak Murat da yapıldı)
else:
print("The year isn't a leap year!)


hello
hello Tuncay
Empty file added test.txt
Empty file.
Empty file added test2.txt
Empty file.