Skip to content
Snippets Groups Projects
Commit 5debf2ce authored by Jean-Marie Favreau's avatar Jean-Marie Favreau
Browse files

+1

parent b18b02d3
Branches
No related tags found
No related merge requests found
......@@ -149,7 +149,7 @@ class GenerateurExercice(GammeTemperee):
result += "\\textbf{Note} & \\textbf{Abscisses} (cm) & \\textbf{Ordonnées} (cm) & \\textbf{Fréquence} (Hz) & \\textbf{Durée} (s) &\\textbf{Note} & \\textbf{Durée} \\\\ \n"
result += "\\hline \n"
for i, note in enumerate(partition):
result += str(i) + " & "
result += str(i + 1) + " & "
if solution:
if isinstance(note[0], float):
result += " TODO & TODO & "
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment