Commit 0550d783 by BellCodeEditor

save project

parent c449b828
Showing with 1 additions and 0 deletions
......@@ -10,6 +10,7 @@ for i in message:
str4=str1+str2+str3
str5+=str4
list1=list(str5)
a=random.randint(0,len(list1))
list1.insert(1,us)
str6="".join(list1)
print(str6)
......
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