Feat(NSI): Début du chapitre sur les listes et les tuples

This commit is contained in:
2023-01-22 10:53:34 +01:00
parent ac4aa555b7
commit c92d7bbbb7
14 changed files with 900 additions and 0 deletions

View File

@@ -0,0 +1,3 @@
tictactoe = [['X', 'o', 'o'],
['o', 'o', 'o'],
['o', 'o', 'X']]