# adjust the following line...
message = 'John said, "I can't believe it! It's finally happening!"'
print(message)
# expected: John said, "I can't believe it! It's finally happening!"
Python
Setting up Python environment...
Output
# adjust the following line...
message = 'John said, "I can't believe it! It's finally happening!"'
print(message)
# expected: John said, "I can't believe it! It's finally happening!"
Setting up Python environment...