×
×
Correct!
Add a
my_function <- function(@(5)) {
paste(@(5))
}
my_function("Peter")
my_function <- function(fname) {
paste(fname)
}
my_function("Peter")
Not CorrectClick here to try again. Correct! |
This will reset the score of ALL 40 exercises.
Are you sure you want to continue?