Run Code
|
API
|
Code Wall
|
Misc
|
Feedback
|
Login
|
Theme
|
Privacy
|
Patreon
(P3) Rok przestępny
x = int(input()) if (x % 4 == 0 and x % 100 != 0) or x % 400 == 0: print("Yes") else: print("No")
run
|
edit
|
history
|
help
0
Lesson 7
BiseccionPython
on_off
Python, finditer(), filter emails and place put in tuple
15
Lesson 7 part 2
filtering python3
try1
PythonClosure2
Basic_if_else.py