Nice! We've seen parentheses used to call functions before. For example, calling the println() function.
println()
Whoops! Here's a hint: we'll need to put values in between the parentheses (()) later.
()