Commit c222640c by BellCodeEditor

save project

parent 89e49a36
Showing with 9 additions and 3 deletions
......@@ -12,6 +12,4 @@ for i in message:
str3=random.choice(key)
b=str+str2+str3
a=a+b
print(a)
print(a)
\ No newline at end of file
a="python编辑器出问题了"
a="python编辑器出问题了"
b=list(a)
b.insert(4,"lgt")
c="".join(b)
print(c)
\ No newline at end of file
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