#First Program in Python
print ("hellow python") #"print" use for printline
#what kind of to print, just write after 'print' in ""(duble quote).
#Output
# hellow python
#ThE ProFessoR
#First Program in Python
print ("hellow python") #"print" use for printline
#what kind of to print, just write after 'print' in ""(duble quote).
#Output
# hellow python
#ThE ProFessoR