"Hello word " in Python

Hello word in Python:-  It is very easy to write hello word in python language.

"Hello word " in Python





we have to write only these following code

print('Hello python!') 

Popular posts from this blog

Addition of two numbers in python