Aug 11, 2020How to print hello using PythonUpdated: Mar 25, 2021You can print hello using simple line of code in python 3.xprint("hello")
Comments