Hello World

There are a number of advantages to writing Hello World as your first program including the simplicity of it.  In Python it would look like:

print ( "Hello World" )

Type this into a Python command prompt and press enter.

Javascript

In JS it would look like: alert('Hello, World!') although this would create a pop up!

IMAGE CREDIT: https://en.wikipedia.org/wiki/File:HelloWorld.svg

Leave a Reply

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.