6 lines
94 B
Python

msg = "I love learning to use Python."
print(msg)
msg = "It's really satisfying!"
print(msg)