Menu
×
×
Correct!
Exercise:Insert the missing part to call
my_function <- function() {
print("Hello World!")
}
my_function()
Not CorrectClick here to try again. Correct!Next ❯my_function <- function() { print("Hello World!") } |