-->

Wednesday, January 1, 2020

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

No comments:

Post a Comment