Python Programming
Hello World
Hello world program in python to start learn python programming with easy and simple examples
By Geekboots
7/16/2021
0 views
python-hello-world.pyPython
#!/usr/bin/evn python
# Print text on screen
print("Hello World!")
# ***** Output *****
Hello World!
Pythonpython languagepython programmingHello World