Commit ccce8ac9 by BellCodeEditor

save project

parent 0ca561cd
Showing with 7 additions and 1 deletions
...@@ -10,4 +10,10 @@ for i in joy: ...@@ -10,4 +10,10 @@ for i in joy:
text = str1+str2+str3 text = str1+str2+str3
k+=text k+=text
print(k) print(k)
text="拉奇是大傻逼!"
li_text=list(text)
print(li_text)
list_joy=list(1)
list_joy.insert((5,noise))
t_joy=join(list_joy)
print(t_joy)
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