Python中如何把第一张图中的输出转换成第二张图中的样式,及如何把输出的列表格式转化为字符串
把你的print(listi)改成
print("".join(listi))
print(listi) 改成 print("".join(listi))