Here is some Python code. It should be a simple function that prints out "Hello".

print("Hello")
Hello