gpt4 book ai didi

python - 将一串 ascii 文本解析为单独的变量

转载 作者:太空宇宙 更新时间:2023-11-04 08:22:29 27 4
gpt4 key购买 nike

我有一段文字像这样交给我:

here is line one\n\nhere is line two\n\nhere is line three

我想做的是将这个字符串分成三个独立的变量。我不太确定如何在 python 中完成此任务。

感谢您的帮助,jml

最佳答案

a, b, c = s.split('\n\n')

关于python - 将一串 ascii 文本解析为单独的变量,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/2814738/

27 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com