Commit b8c9c58b by BellCodeEditor

save project

parent 62e3792c
Showing with 6 additions and 2 deletions
......@@ -12,4 +12,8 @@ for i in message:
str3=random.choice(key)
text=str1+str2+str3
text2=text2+text
print(text2)
\ No newline at end of file
print(text2)
li_text2=list(text2)
print(li_text2)
li_text2.insert(5,"!@#$%^&*")
print(li_text2)
\ 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