View Single Post
Old 07-28-2012, 07:09 PM   #2
atordo
Connoisseur
atordo is a splendid one to beholdatordo is a splendid one to beholdatordo is a splendid one to beholdatordo is a splendid one to beholdatordo is a splendid one to beholdatordo is a splendid one to beholdatordo is a splendid one to beholdatordo is a splendid one to beholdatordo is a splendid one to beholdatordo is a splendid one to beholdatordo is a splendid one to behold
 
Posts: 89
Karma: 19669
Join Date: Apr 2012
Device: Kindle Touch
Apostrophe (single quote) is a special character in Python used to enclose strings, as such you must "escape" it if you want to use it as normal text: 'Today\'s word'. Alternatively you can use double quotes to enclose the string: "Today's word".
atordo is offline   Reply With Quote