# Python: eks2-3-1.py
# Hvad hedder du?
navn = input("Hvad hedder du? ")
print("Hej " + navn)
