Handle line breaks (newlines) in strings in Python ... s = 'Line1\nLine2\nLine3' print(s) # Line1 # Line2 # Line3 s ...
確定! 回上一頁