Escaping Practice

Escaping Practice#

## Which definitions of s will Python accept? - [x] ```s = "don't"``` - [ ] ```s = "don"t"``` - [x] ```s = "don\'t"``` - [x] ```s = 'don\'t'``` - [ ] ```'don't'```