Explore Library
Code QuizBeginner

Misspelled print Function

Spot the mistake preventing this output.

Codeswift
let message = "Done"
Print(message)

What is the bug in this code?