Skip to content

Commit

Permalink
added print statement, corrected spelling
Browse files Browse the repository at this point in the history
  • Loading branch information
minnaheim committed Nov 18, 2024
1 parent aa71b71 commit be77d9f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion programming_exercises.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ use_python("/usr/bin/python3")
```
# Programming Exercises

This set of exercises is meant to test your knowledge of the concepts covered in block 2 of the course. All questions are Mulitple Choice!
This set of exercises is meant to test your knowledge of the concepts covered in block 2 of the course. All questions are Multiple Choice!

## Exercise 1

Expand Down Expand Up @@ -112,6 +112,7 @@ Guess what the following code snippet in **R** would return
x <- c(1,2,3)
y <- x
y <- c(y,4)
print(x)
```
:::{.quiz-multichoice}
- [ ] [1 2 3 4]{hint="x"}
Expand Down

0 comments on commit be77d9f

Please sign in to comment.