diff --git a/leap-year.py b/leap-year.py index 8385a95..c63c91f 100644 --- a/leap-year.py +++ b/leap-year.py @@ -1,9 +1,10 @@ year=int(input("Enter year to be checked:")) if(year%4==0 and year%100!=0 or year%400==0): - print("THIS IS JUST A LEAP YEAR!) +if year%2==0: + print("Bu satırı lokal feature branchinde yazıldı") else: print("The year isn't a leap year!) - + hello diff --git a/test.txt b/test.txt new file mode 100644 index 0000000..11cf1fe --- /dev/null +++ b/test.txt @@ -0,0 +1 @@ +Bu yazı lokalde oluşturuldu