First commit
This commit is contained in:
8
IUT/Info1/TD/Exercices/6.8.2_bisextile/Untitled-1.py
Normal file
8
IUT/Info1/TD/Exercices/6.8.2_bisextile/Untitled-1.py
Normal file
@@ -0,0 +1,8 @@
|
||||
def b(a):
|
||||
if a % 4 == 0:
|
||||
if
|
||||
return True
|
||||
return False
|
||||
|
||||
|
||||
print(b(2016))
|
||||
Reference in New Issue
Block a user