Skip to content

Commit

Permalink
maj
Browse files Browse the repository at this point in the history
  • Loading branch information
glassus committed Jan 30, 2025
1 parent 9b4bdcb commit 7c63982
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -468,7 +468,7 @@


{{
correction(False,
correction(True,
"""
??? success \"Correction Q2.a.\"
```python
Expand All @@ -479,7 +479,7 @@
}}

{{
correction(False,
correction(True,
"""
??? success \"Correction Q2.b.\"
```python
Expand All @@ -503,10 +503,10 @@


{{
correction(False,
correction(True,
"""
??? success \"Correction Q2.c.\"
```python linenums='1'
```python linenums='1' hl_lines='7 8 11 15'
def tourniquet(liste_attente, quantum):
ordre_execution = []
while liste_attente != []:
Expand Down

0 comments on commit 7c63982

Please sign in to comment.