Skip to content

Commit

Permalink
Deployed 31625b3 with MkDocs version: 1.5.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Unknown committed Apr 7, 2024
1 parent 075501d commit fd0d9ab
Show file tree
Hide file tree
Showing 10 changed files with 40 additions and 13 deletions.
20 changes: 16 additions & 4 deletions algo/tris/index.html

Large diffs are not rendered by default.

1 change: 0 additions & 1 deletion algo/tris/scripts/help_sorted test.py

This file was deleted.

3 changes: 3 additions & 0 deletions algo/tris/scripts/reverse_corr.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
liste_1 = [1, 2, 5, 3]
print(sorted(liste_1, reverse = True))

4 changes: 4 additions & 0 deletions algo/tris/scripts/sort_liste.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
ma_liste=[1,5,3,8,9,2]
print(f"Ma liste avant : {ma_liste}")
ma_liste.sort(reverse=True)
print(f"Ma liste après : {ma_liste}")
4 changes: 4 additions & 0 deletions algo/tris/scripts/sort_liste_corr.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
ma_liste=[1,5,3,8,9,2]
print(f"Ma liste avant : {ma_liste}")
ma_liste.sort(reverse=True)
print(f"Ma liste après : {ma_liste}")
5 changes: 5 additions & 0 deletions algo/tris/scripts/tri_hello_corr.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
liste_1 = ["Hello", "Bonjour", "Salut"]
liste_2 = sorted(liste_1)
print("liste_1 = ", liste_1)
print("liste_2 = ", liste_2)

8 changes: 4 additions & 4 deletions outils/pyodide/sandbox/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4265,7 +4265,7 @@ <h1 id="bac-a-sable">Bac à sable<a class="headerlink" href="#bac-a-sable" title
</script>-->

<!--
<div><div class = 'setQCM'><span class = 'questionQCM arithmatex' data-nq = 1>Age du capitaine ?</span><div class="wrapper_qcm" id = "qcm_oxgnqv" data-n-correct = 3 data-shuffle = 1 ><span><input type="checkbox" id="oxgnqv-0" class="qcm-checkbox correct "><span class="check-toggle"></span><label for="oxgnqv-0" class="qcm-item arithmatex">\(6\times 7\)</label></span><span><input type="checkbox" id="oxgnqv-1" class="qcm-checkbox correct "><span class="check-toggle"></span><label for="oxgnqv-1" class="qcm-item arithmatex">Ça : \(\int_0^{42} 1 \textrm{d} x\)</label></span><span><input type="checkbox" id="oxgnqv-2" class="qcm-checkbox incorrect "><span class="check-toggle"></span><label for="oxgnqv-2" class="qcm-item arithmatex"><pre style="display: inline;"><code style="display: inline;" class="language-python qcm"> sum([i for i in range(10)])</code></pre></label></span><span><input type="checkbox" id="oxgnqv-3" class="qcm-checkbox incorrect "><span class="check-toggle"></span><label for="oxgnqv-3" class="qcm-item arithmatex">La réponse D</label></span><span><input type="checkbox" id="oxgnqv-4" class="qcm-checkbox correct "><span class="check-toggle"></span><label for="oxgnqv-4" class="qcm-item arithmatex">42</label></span></div></div><div class = 'setQCM'><span class = 'questionQCM arithmatex' data-nq = 2>1+1=?</span><div class="wrapper_qcm" id = "qcm_qzrktk" data-n-correct = 1 data-shuffle = 1 ><span><input type="checkbox" id="qzrktk-0" class="qcm-checkbox incorrect "><span class="check-toggle"></span><label for="qzrktk-0" class="qcm-item arithmatex">\(12\)</label></span><span><input type="checkbox" id="qzrktk-1" class="qcm-checkbox correct "><span class="check-toggle"></span><label for="qzrktk-1" class="qcm-item arithmatex">2</label></span><span><input type="checkbox" id="qzrktk-2" class="qcm-checkbox incorrect "><span class="check-toggle"></span><label for="qzrktk-2" class="qcm-item arithmatex">Je sais pas</label></span><span><input type="checkbox" id="qzrktk-3" class="qcm-checkbox incorrect "><span class="check-toggle"></span><label for="qzrktk-3" class="qcm-item arithmatex">L'age du capitaine</label></span></div></div><div class = 'setQCM'><span class = 'questionQCM arithmatex' data-nq = 3>\({x}^{p} = ?\)</span><div class="wrapper_qcm" id = "qcm_aeviwv" data-n-correct = 1 data-shuffle = 1 data-var-x = "[8, 2]" data-var-p = "7" ><span><input type="checkbox" id="aeviwv-0" class="qcm-checkbox correct "><span class="check-toggle"></span><label for="aeviwv-0" class="qcm-item arithmatex">\({x}^{p}\)</label></span><span><input type="checkbox" id="aeviwv-1" class="qcm-checkbox incorrect "><span class="check-toggle"></span><label for="aeviwv-1" class="qcm-item arithmatex">\({x}+{p}\)</label></span><span><input type="checkbox" id="aeviwv-2" class="qcm-checkbox incorrect "><span class="check-toggle"></span><label for="aeviwv-2" class="qcm-item arithmatex">Je sais pas</label></span><span><input type="checkbox" id="aeviwv-3" class="qcm-checkbox incorrect "><span class="check-toggle"></span><label for="aeviwv-3" class="qcm-item arithmatex">L'age du capitaine</label></span></div></div><div class="buttonWrapper"><span class = "validationButton" id = "valider_cqxlkj">Valider</span><span class = "validationButton" id = "recharger_cqxlkj">Recharger</span></div><div class = "showScore" id="score_cqxlkj"></div></div>-->
<div><div class = 'setQCM'><span class = 'questionQCM arithmatex' data-nq = 1>Age du capitaine ?</span><div class="wrapper_qcm" id = "qcm_avdthr" data-n-correct = 3 data-shuffle = 1 ><span><input type="checkbox" id="avdthr-0" class="qcm-checkbox correct "><span class="check-toggle"></span><label for="avdthr-0" class="qcm-item arithmatex">\(6\times 7\)</label></span><span><input type="checkbox" id="avdthr-1" class="qcm-checkbox correct "><span class="check-toggle"></span><label for="avdthr-1" class="qcm-item arithmatex">Ça : \(\int_0^{42} 1 \textrm{d} x\)</label></span><span><input type="checkbox" id="avdthr-2" class="qcm-checkbox incorrect "><span class="check-toggle"></span><label for="avdthr-2" class="qcm-item arithmatex"><pre style="display: inline;"><code style="display: inline;" class="language-python qcm"> sum([i for i in range(10)])</code></pre></label></span><span><input type="checkbox" id="avdthr-3" class="qcm-checkbox incorrect "><span class="check-toggle"></span><label for="avdthr-3" class="qcm-item arithmatex">La réponse D</label></span><span><input type="checkbox" id="avdthr-4" class="qcm-checkbox correct "><span class="check-toggle"></span><label for="avdthr-4" class="qcm-item arithmatex">42</label></span></div></div><div class = 'setQCM'><span class = 'questionQCM arithmatex' data-nq = 2>1+1=?</span><div class="wrapper_qcm" id = "qcm_aoxbdu" data-n-correct = 1 data-shuffle = 1 ><span><input type="checkbox" id="aoxbdu-0" class="qcm-checkbox incorrect "><span class="check-toggle"></span><label for="aoxbdu-0" class="qcm-item arithmatex">\(12\)</label></span><span><input type="checkbox" id="aoxbdu-1" class="qcm-checkbox correct "><span class="check-toggle"></span><label for="aoxbdu-1" class="qcm-item arithmatex">2</label></span><span><input type="checkbox" id="aoxbdu-2" class="qcm-checkbox incorrect "><span class="check-toggle"></span><label for="aoxbdu-2" class="qcm-item arithmatex">Je sais pas</label></span><span><input type="checkbox" id="aoxbdu-3" class="qcm-checkbox incorrect "><span class="check-toggle"></span><label for="aoxbdu-3" class="qcm-item arithmatex">L'age du capitaine</label></span></div></div><div class = 'setQCM'><span class = 'questionQCM arithmatex' data-nq = 3>\({x}^{p} = ?\)</span><div class="wrapper_qcm" id = "qcm_cjbzyw" data-n-correct = 1 data-shuffle = 1 data-var-x = "[8, 2]" data-var-p = "7" ><span><input type="checkbox" id="cjbzyw-0" class="qcm-checkbox correct "><span class="check-toggle"></span><label for="cjbzyw-0" class="qcm-item arithmatex">\({x}^{p}\)</label></span><span><input type="checkbox" id="cjbzyw-1" class="qcm-checkbox incorrect "><span class="check-toggle"></span><label for="cjbzyw-1" class="qcm-item arithmatex">\({x}+{p}\)</label></span><span><input type="checkbox" id="cjbzyw-2" class="qcm-checkbox incorrect "><span class="check-toggle"></span><label for="cjbzyw-2" class="qcm-item arithmatex">Je sais pas</label></span><span><input type="checkbox" id="cjbzyw-3" class="qcm-checkbox incorrect "><span class="check-toggle"></span><label for="cjbzyw-3" class="qcm-item arithmatex">L'age du capitaine</label></span></div></div><div class="buttonWrapper"><span class = "validationButton" id = "valider_oonrnf">Valider</span><span class = "validationButton" id = "recharger_oonrnf">Recharger</span></div><div class = "showScore" id="score_oonrnf"></div></div>-->

<!-- <span id="truc_m">$x^p$</span>
Expand Down Expand Up @@ -4346,15 +4346,15 @@ <h1>MathJax v3: TeX &amp; MathML to HTML</h1>
<!-- <div id = "setQCM"> -->
<!-- Question 1:
<div class="wrapper_qcm" id = "qcm_iqxjgs" data-n-correct = 2 data-shuffle = 1 ><span><input type="checkbox" id="iqxjgs-0" class="qcm-checkbox correct reveal"><span class="check-toggle"></span><label for="iqxjgs-0" class="qcm-item arithmatex">\(6\times 7\)</label></span><span><input type="checkbox" id="iqxjgs-1" class="qcm-checkbox correct reveal"><span class="check-toggle"></span><label for="iqxjgs-1" class="qcm-item arithmatex">Ça : \(\int_0^{42} 1 \textrm{d} x\)</label></span><span><input type="checkbox" id="iqxjgs-2" class="qcm-checkbox incorrect reveal"><span class="check-toggle"></span><label for="iqxjgs-2" class="qcm-item arithmatex"><pre style="display: inline;"><code style="display: inline;" class="language-python qcm"> sum([i for i in range(10)])</code></pre></label></span><span><input type="checkbox" id="iqxjgs-3" class="qcm-checkbox incorrect reveal"><span class="check-toggle"></span><label for="iqxjgs-3" class="qcm-item arithmatex">La réponse D</label></span></div> -->
<div class="wrapper_qcm" id = "qcm_iruvqy" data-n-correct = 2 data-shuffle = 1 ><span><input type="checkbox" id="iruvqy-0" class="qcm-checkbox correct reveal"><span class="check-toggle"></span><label for="iruvqy-0" class="qcm-item arithmatex">\(6\times 7\)</label></span><span><input type="checkbox" id="iruvqy-1" class="qcm-checkbox correct reveal"><span class="check-toggle"></span><label for="iruvqy-1" class="qcm-item arithmatex">Ça : \(\int_0^{42} 1 \textrm{d} x\)</label></span><span><input type="checkbox" id="iruvqy-2" class="qcm-checkbox incorrect reveal"><span class="check-toggle"></span><label for="iruvqy-2" class="qcm-item arithmatex"><pre style="display: inline;"><code style="display: inline;" class="language-python qcm"> sum([i for i in range(10)])</code></pre></label></span><span><input type="checkbox" id="iruvqy-3" class="qcm-checkbox incorrect reveal"><span class="check-toggle"></span><label for="iruvqy-3" class="qcm-item arithmatex">La réponse D</label></span></div> -->
<!--
Question 2:
<div class="wrapper_qcm" id = "qcm_odzwfe" data-n-correct = 2 data-shuffle = 1 ><span><input type="checkbox" id="odzwfe-0" class="qcm-checkbox correct reveal"><span class="check-toggle"></span><label for="odzwfe-0" class="qcm-item arithmatex">\(6\times 7\)</label></span><span><input type="checkbox" id="odzwfe-1" class="qcm-checkbox correct reveal"><span class="check-toggle"></span><label for="odzwfe-1" class="qcm-item arithmatex">Ça : \(\int_0^{42} 1 \textrm{d} x\)</label></span><span><input type="checkbox" id="odzwfe-2" class="qcm-checkbox incorrect reveal"><span class="check-toggle"></span><label for="odzwfe-2" class="qcm-item arithmatex"><pre style="display: inline;"><code style="display: inline;" class="language-python qcm"> sum([i for i in range(10)])</code></pre></label></span><span><input type="checkbox" id="odzwfe-3" class="qcm-checkbox incorrect reveal"><span class="check-toggle"></span><label for="odzwfe-3" class="qcm-item arithmatex">La réponse D</label></span></div>
<div class="wrapper_qcm" id = "qcm_isanok" data-n-correct = 2 data-shuffle = 1 ><span><input type="checkbox" id="isanok-0" class="qcm-checkbox correct reveal"><span class="check-toggle"></span><label for="isanok-0" class="qcm-item arithmatex">\(6\times 7\)</label></span><span><input type="checkbox" id="isanok-1" class="qcm-checkbox correct reveal"><span class="check-toggle"></span><label for="isanok-1" class="qcm-item arithmatex">Ça : \(\int_0^{42} 1 \textrm{d} x\)</label></span><span><input type="checkbox" id="isanok-2" class="qcm-checkbox incorrect reveal"><span class="check-toggle"></span><label for="isanok-2" class="qcm-item arithmatex"><pre style="display: inline;"><code style="display: inline;" class="language-python qcm"> sum([i for i in range(10)])</code></pre></label></span><span><input type="checkbox" id="isanok-3" class="qcm-checkbox incorrect reveal"><span class="check-toggle"></span><label for="isanok-3" class="qcm-item arithmatex">La réponse D</label></span></div>
Question 3:
<div class="wrapper_qcm" id = "qcm_ekoqqs" data-n-correct = 2 data-shuffle = 1 ><span><input type="checkbox" id="ekoqqs-0" class="qcm-checkbox correct reveal"><span class="check-toggle"></span><label for="ekoqqs-0" class="qcm-item arithmatex">\(6\times 7\)</label></span><span><input type="checkbox" id="ekoqqs-1" class="qcm-checkbox correct reveal"><span class="check-toggle"></span><label for="ekoqqs-1" class="qcm-item arithmatex">Ça : \(\int_0^{42} 1 \textrm{d} x\)</label></span><span><input type="checkbox" id="ekoqqs-2" class="qcm-checkbox incorrect reveal"><span class="check-toggle"></span><label for="ekoqqs-2" class="qcm-item arithmatex"><pre style="display: inline;"><code style="display: inline;" class="language-python qcm"> sum([i for i in range(10)])</code></pre></label></span><span><input type="checkbox" id="ekoqqs-3" class="qcm-checkbox incorrect reveal"><span class="check-toggle"></span><label for="ekoqqs-3" class="qcm-item arithmatex">La réponse D</label></span></div>
<div class="wrapper_qcm" id = "qcm_hfwsju" data-n-correct = 2 data-shuffle = 1 ><span><input type="checkbox" id="hfwsju-0" class="qcm-checkbox correct reveal"><span class="check-toggle"></span><label for="hfwsju-0" class="qcm-item arithmatex">\(6\times 7\)</label></span><span><input type="checkbox" id="hfwsju-1" class="qcm-checkbox correct reveal"><span class="check-toggle"></span><label for="hfwsju-1" class="qcm-item arithmatex">Ça : \(\int_0^{42} 1 \textrm{d} x\)</label></span><span><input type="checkbox" id="hfwsju-2" class="qcm-checkbox incorrect reveal"><span class="check-toggle"></span><label for="hfwsju-2" class="qcm-item arithmatex"><pre style="display: inline;"><code style="display: inline;" class="language-python qcm"> sum([i for i in range(10)])</code></pre></label></span><span><input type="checkbox" id="hfwsju-3" class="qcm-checkbox incorrect reveal"><span class="check-toggle"></span><label for="hfwsju-3" class="qcm-item arithmatex">La réponse D</label></span></div>
<div class="buttonWrapper">
<span class = "validationButton" id = "valider">Valider</span>
Expand Down
Loading

0 comments on commit fd0d9ab

Please sign in to comment.