Skip to main content

#First Program in Python

 #First Program in Python


print ("hellow python") #"print" use for printline

#what kind of to print, just write after 'print' in ""(duble quote).


#Excute

#Output

# hellow python



                                                         #ThE ProFessoR