msg1 = "Hello"
msg2 = "I'm Alice"
print(msg1)
print(msg2)
Hello
I'm Alice