🌈 搜索
📅  最后修改于: 2022-03-11 14:46:29.102000             🧑  作者: Mango
# s = string # insert space after 5th character new_s = s[:6] + " " + s[6:]