-->
Showing posts with label python program to print hello python with single line comment. Show all posts
Showing posts with label python program to print hello python with single line comment. Show all posts

python program to print hello python with single line comment

type following code in IDLE
------------------------------------------------------------------

#program to print python #comment of program

print("hello python")   #prints the string hello python