Edit the SYNTAX of the following code snippets so that they run without any errors
Syntax is the 'grammar' of the code.
The only errors are in the syntax. The logic is correct.
Code snippet number 1
How many letters in your name?
print('Hello World')
msg = "Hello, World!"
print(msg)
https://unpkg.com/@antonz/codapi@0.19.10/dist/snippet.js