How can I define multiline string Python and print to the screen? Thanks in advance for your help!
Gabriel9999 New Member Mar 21, 2019 34 0 6 Apr 2, 2019 #1 How can I define multiline string Python and print to the screen? Thanks in advance for your help!
S samueltarcin999 New Member Mar 22, 2019 32 0 6 Apr 2, 2019 #2 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/
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/