Files
CITISE1/IUT/Info1/TD/Exercices/6.8.2_bisextile/Untitled-1.py
2026-04-08 20:11:20 +02:00

8 lines
94 B
Python

def b(a):
if a % 4 == 0:
if
return True
return False
print(b(2016))