x = "Hello, World!"
print(x)
y = input("How is the weather today?")
print("Nice!")
Hello, World!
Nice!