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
Stk String replace
Python. Even
time module time.time()
BUCLE FOR EN PYTHON 3
PyNamedTuple
26.09.2018
PyList
LinkedNode and its use in Stack and Queue implementation
list_copy_shallow_deep.py
max/min fuction