Commit 007885e5 by BellCodeEditor

save project

parent 6360c28e
Showing with 5 additions and 2 deletions
......@@ -14,4 +14,7 @@ for i in message:
str3=random.choice(key)
test=str1+str2+str3
test2=test2+test
print(test2)
\ No newline at end of file
li_test2=list(test2)
li_test2.insert(3,"addaed")
test3="".join(li_test2)
print(test3)
\ 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