My FastpageHello World Aug 23, 2022 • 1 min read week 1 > "print message" Input In [1] > "print message" ^ SyntaxError: invalid syntax msg = "Hello world" print(msg) Hello world msg = "Hello! How are you?" print(msg) Hello! How are you?