Python With Excel and Text Strings
Python Text
The difference between single quotes ‘‘ vs triple quotes ‘‘‘ ‘‘‘ can be very useful with complex Python text.
Explanation:
Note that above, there are two variable with essentially the same value of hello. When we print both values, they return the same data, but using triple quotes is necessary in certain cases to make life easier as we’ll see in the next lesson.