Arguments are values that we pass to a function.

Can you pass "Hello, World!" to the println() function?

Nice work! "Hello, World!" is the argument we passed to the println() function.

Not quite! Can you remember how we passed a string value to println() in other lessons?