In what concerns the continuous evaluation solving exercises grade during the semester, you should submit until 23:59 of October 19th
(this exercise will still be available for submission after that deadline, but without couting towards your grade)
[to understand the context of this problem, you should read the class #02 exercise sheet]


[IP001] Hello there.

Everyone knows that "Hello there." is how Obi-Wan Kenobi introduces himself. Can you help him do this in Python?

The Problem

Write a program that prints the message "Hello there."

Input

For this problem there is no input you need to read.

Output

The output should be a single line containing "Hello there." (without the quotes).

Example Output
Hello there.

Introduction to Programming (CC1024)
DCC/FCUP - University of Porto