Sjout de l'export csv

This commit is contained in:
Colin Goutte 2024-04-26 16:33:45 +02:00
parent 76a2c33067
commit 178828e06b
1 changed files with 16 additions and 0 deletions

View File

@ -0,0 +1,16 @@
,,,,
la base,1,2,3,4
impais,3,5,7,9
premier,2,3,5,7
,,,,
,,,,
,,,,
,,,,
,,,,
,,,,
,,,,
DEBUT_PLAGE,,,,
Nom,a,b,c,d
Carre_base,1,4,9,16
Cube_impairs,27,125,343,729
Quad_premiers,16,81,625,2401
1
2 la base 1 2 3 4
3 impais 3 5 7 9
4 premier 2 3 5 7
5
6
7
8
9
10
11
12 DEBUT_PLAGE
13 Nom a b c d
14 Carre_base 1 4 9 16
15 Cube_impairs 27 125 343 729
16 Quad_premiers 16 81 625 2401