📔
Codenewb
CtrlK
  • Codenewb
  • [Change Log]
  • C#
    • Pluralsight
      • C Sharp from Scratch
      • Practice exercises
  • Javascript
    • Codeacademy
      • Getting Started with JavaScript
      • Project: Kelvin Weather
      • Project: Dog Years
      • JavaScript version history
      • Conditional Statements
    • Pluralsight
      • Practice exercises
        • HelloWorld.cs
        • HelloWorld2.cs
        • HelloWorld3.cs
  • Powershell
    • Pluralsight
      • Notebook
    • Powershell in a Month of Lunches
  • Python
    • Codeacademy
      • Learn Python 3
      • Practice exercises
        • Basic hello world
        • My name is Inigo Montoya!
        • I would walk 500 miles
    • Pluralsight
      • Python Getting Started
Powered by GitBook
On this page

Was this helpful?

  1. Python
  2. Codeacademy
  3. Practice exercises

Basic hello world

Basic "hello world" exercise

This script prints "Hello world!""

print("Hello world!")
PreviousPractice exercisesNextMy name is Inigo Montoya!

Last updated 5 years ago

Was this helpful?