How to Use Python Triple Quoted Strings - Python String Tutorial
How to Use Python Triple Quoted Strings – Python String Tutorial
In today’s tutorial, we are going to cover how to use Python triple quoted strings. The Python triple quote is good for string of very long text. If your text is going to span several lines then use the triple quote string. In a previous tutorial, I mentioned you can use the triple quote as a comment but this is not my preferred method. I use the #(pound sign, number sign or hashtag to start each…
View On WordPress











