Explore Library
Code QuizBeginner

Broken String Interpolation

Spot the incorrect string interpolation syntax.

Codeswift
let name = "Sam"
print("Hello, (name)!")

What is the bug in this code?