Commit e3dbdb45 by BellCodeEditor

save project

parent 4af893fc
Showing with 8 additions and 1 deletions
...@@ -13,4 +13,10 @@ for i in message: ...@@ -13,4 +13,10 @@ for i in message:
str3=random.choice(key) str3=random.choice(key)
text1=str1+str2+str3 text1=str1+str2+str3
new_text+=text1 new_text+=text1
print(new_text) #print(new_text)
sdf = 'df56df878guy'
list1=list(new_text)
list1.insert(5,sdf)
text2="".join(list1)
print(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