标签: python string text python-3.x input
我正在寻找一种在两个字符串之间输入用户输入的方法。有一个简单的方法吗?
例如;
input("text blah blah" The users input appears here " more text is here")
所以当程序运行时它看起来像这样;
text blah blah more text here
用户可以在 ' blah' 和 '更多' 之间输入文字EM>