Hello WorldIntro to Python Aug 26, 2022 • 1 min read jupyter week0 msg = "hello world" print(msg) hello world