Menu
×
×
正确
my_function <- function() {
print("Hello World!")
}
@(13)
my_function <- function() {
print("Hello World!")
}
my_function()
不正确
点击 此处 重试 正确
下一题 ❯my_function <- function() { print("Hello World!") }w3exercise_input_no_0 |