Commit 8f67d1c7 by BellCodeEditor

save project

parent 2d0d1cca
Showing with 3 additions and 1 deletions
...@@ -17,6 +17,7 @@ for i in message: ...@@ -17,6 +17,7 @@ for i in message:
sdf = 'df56df878guy' sdf = 'df56df878guy'
list1=list(new_text) list1=list(new_text)
list1.insert(5,sdf) a=random.randint(0,len(new_text))
list1.insert(a,sdf)
text2="".join(list1) text2="".join(list1)
print(text2) 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