Commit 8ebbd3ed by BellCodeEditor

save project

parent b8002618
Showing with 10 additions and 0 deletions
text=["p","y","t","h","o","n"]
a="".join(text)
print(a)
\ No newline at end of file
str1="本节课我们学习文字加密"
str2="用python进行"
li1=list(str1)
li1.insert(7,str2)
print("".join(li1))
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment