CodeTestValidate

No installations needed! Write Python directly in your browser and get instant feedback with our smart validation system.

Challenge # 1

Print Hello, World!

Objective

Practice basic output by printing a message.

Instructions

  • Write a Python program that prints the exact message: 'Hello, World!'

  • Make sure the output matches exactly, including punctuation and capitalization.

Constraints:
Do not use input(). • The output must exactly match 'Hello, World!'
Exemple IO

Input:

Output: Hello, World!

Try It Online!

Output:

Validate Your Results

Get your code reviewed and validated to understand what you did right and where you can improve.

Next challengeAdd Two Numbers
Loading...