#L0001. Hello World

Hello World

1. Description

Print "Hello World" with Python

2. Input & Output

Input:

  • No input for this problem.

Output:

  • Use print() for your output

Example

# Input:
# Output:
Hello World