Recent content by Boolean Autocrat

  1. Boolean Autocrat

    Question How Can I Define Multiline String In Python

    Hey There, #you can write a multiline string using either ''' or """ '''Here is an EXAMPLE of Multiline string.''' """Go ahead and Use it as a Multiline comment too.""" Read more about Different Python strings here Reference Link and Reference Link