Menu
×
×
Correct!
Exercise:In R, you can also use a function to output code. Fill in the missing part to output "Hello World!":
print("Hello World!")
print('Hello World!')
Not CorrectClick here to try again. Correct!Next ❯( Hello World! ) |