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
- Run Idle
- Click File / New File (Ctrl+N)
- Type print("Hello World!")
- Click File / Save (Ctrl+S)
- Click Run / Run Module (F5)
- You can dowload Python File