How to print hello using Pythonnaveen kumarAug 11, 20201 min readUpdated: Mar 25, 2021You can print hello using simple line of code in python 3.xprint("hello")
Comments