Hello World

In Computer programming the iconic first program outputs line of text "Hello World!". Say hello to the world of computer programming with this introductory coding skill. Choose the programming language that interests you most from the list below.

Python Tutorial

  1. Run Idle
  2. Click File / New File (Ctrl+N)
    File / New File
  3. Type print("Hello World!")
  4. Click File / Save (Ctrl+S)
  5. Click Run / Run Module (F5)

  6. You can dowload Python File