First Notebook PostPython Code Aug 21, 2022 • Tanay Patel • 1 min read jupyter print ("Hello World!") Hello World! f = 'Tanay' print ("My name is", f) My name is Tanay