python 折行 无空格

>>> line = (
...     "this is a"
...     "very very"
...     "long string")
>>> print(line)
this is avery verylong string

posted on 2021-11-23 16:27  苦海舟  阅读(39)  评论(0)    收藏  举报

导航