Run Code
|
API
|
Code Wall
|
Misc
|
Feedback
|
Login
|
Theme
|
Privacy
|
Patreon
Assignment-3c
#python 3.6.9 #Assignment-3c y=int(input("Enter the year you want to check\n")) if(y%4==0): if(y%400==0): print("It is a leap year") elif(y%100!=0): print("It is a leap year") else: print("It is not a leap year") else: print("It is not a leap year")
run
|
edit
|
history
|
help
0
My cousin asked for this will never forgive her
Type
Assignment-3a
Quick sort
HW. InsertionSort in Descending order
7 Segment Display
pico menu
Print 5
fibonacciseries
func1