Skip to content

Commit

Permalink
Update 3.step3.md
Browse files Browse the repository at this point in the history
  • Loading branch information
lkhamvongsa authored May 23, 2024
1 parent e9b10f4 commit baed005
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions content/language/r/tutorials/1.Preambule/3.step3.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ print(z)

::Exo
---
consigne: "Ajouter le commentaire 'La valeur 10 est assignée à z' (ligne au dessus) au code 'z <- 10'".
consigne: "Ajouter le commentaire 'La valeur 10 est assignée à z' (ligne au dessus) au code 'z <- 10'"
solution: |
#La valeur 10 est assignée à z
z <- 10
Expand All @@ -53,7 +53,7 @@ cat(y) # <=> print(y)

::Exo
---
consigne: "Ajoutez, à la ligne de code de l'exercice précédent : y <- 5".
consigne: "Ajoutez, à la ligne de code de l'exercice précédent : y <- 5"
solution: |
z <- 10; y <- 5
---
Expand Down

0 comments on commit baed005

Please sign in to comment.