dont_worry = "Don't worry about apostrophes"print(dont_worry)print("The name of this ice-cream is \"Sweeet\"")print("The name of this ice-cream is \"Sweeet'n'Tasty\"")
print("The name of this ice-cream is \"Sweeet'n'Tasty\"")
dont_worry = "Don't worry about apostrophes"print(dont_worry)print("The name of this ice-cream is \"Sweeet\"")print("The name of this ice-cream is \"Sweeet'n'Tasty\"")
print("The name of this ice-cream is \"Sweeet'n'Tasty\"")