String learning

msg = "hello, python"
print(msg)
Copy the code