Commit 7f7a8dd2 by BellCodeEditor

save project

parent e160681c
Showing with 5 additions and 2 deletions
...@@ -13,4 +13,7 @@ for i in message: ...@@ -13,4 +13,7 @@ for i in message:
str3 = random.choice(key) str3 = random.choice(key)
aaa = str+str1+str2+str3 aaa = str+str1+str2+str3
bbb.append(aaa) bbb.append(aaa)
print(bbb) ddd = list(bbb)
\ No newline at end of file ddd.insert(5,"ccccjsc")
ii = "".join(ddd)
print(ddd)
\ 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