Printing "DNHS!" Using Python

print("Hello")
print("DNHS!")
Hello
DNHS!