N nikolaymartin Prominent Apr 26, 2019 3 1 515 Sep 12, 2019 #1 How can i define multiline string python and pirnt to the screen? Thanks.
A Alabalcho Titan Jan 13, 2011 14,018 436 76,290 Sep 12, 2019 #2 The creators of Python should be in the same Hell' ring as PL/1 creators... Reactions: nikolaymartin Upvote 0 Downvote
edizgeorgi May 8, 2019 1 1 15 Sep 13, 2019 #3 Well. You can use triple quotes in order to define multi line string like sss='''This is a string''' For more information look https://www.poftut.com/python-string-variable-type/ Reactions: nikolaymartin Upvote 0 Downvote
Well. You can use triple quotes in order to define multi line string like sss='''This is a string''' For more information look https://www.poftut.com/python-string-variable-type/
D Deleted member 14196 Guest Sep 13, 2019 #4 Multiline String in Python Latest methods to create multiline strings in Python. Learn about triple quotes, parentheses, backslashes, and more advanced techniques. www.techbeamers.com Upvote 0 Downvote
Multiline String in Python Latest methods to create multiline strings in Python. Learn about triple quotes, parentheses, backslashes, and more advanced techniques. www.techbeamers.com
Boolean Autocrat Sep 28, 2021 1 0 10 Sep 28, 2021 #5 nikolaymartin said: How can i define multiline string python and pirnt to the screen? Thanks. Click to expand... 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 Upvote 0 Downvote
nikolaymartin said: How can i define multiline string python and pirnt to the screen? Thanks. Click to expand... 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