Closed edutools-service closed 1 year ago
How in the world is someone supposed to come up with the answer 'The name of this ice cream is "Sweet\'n\'Tasty"' from this problem?
There are no clues, nothing that would lead to this answer.
The problem:
dont_worry = "Don't worry about apostrophes"
print('???')
Hi! Please read the task description, it describes the problem
How in the world is someone supposed to come up with the answer 'The name of this ice cream is "Sweet\'n\'Tasty"' from this problem?
There are no clues, nothing that would lead to this answer.
The problem:
dont_worry = "Don't worry about apostrophes"
print(dont_worry)
print("\"Sweet\" is an ice-cream")
print('???')