0
Attempting to add a string
I am attempting to add a string into pycharm. The Word is Donât The string is For = Donât Pycharm keeps telling me: Unsolved reference âDonâ End of statement expected. Any help?
3 Answers
+ 9
I can't understand your question clearly but I think I know what you're referring too
Use backslash to escape quotation marks inside the string
For = 'Don\'t' or For = "Don't"
+ 3
LoL, Oh my god. i didnt add the quotes even... lol, im dumb. thank you!
+ 2
roy romano There are types you can use string ' , '' ,"'
Like if you get Don't type word
Use Double quote or if you need double quote in sentence use triple quote