Initial commit

This commit is contained in:
2025-07-04 19:26:39 +02:00
commit c8682d4801
248 changed files with 12519 additions and 0 deletions

View File

@ -0,0 +1,7 @@
a1 = 6
a2 = 5
if a1 > 5 or a2 < 6:
print("Conditions OK")
else:
print("Valeurs incorrectes")