Commit 4ffc5538 by BellCodeEditor

save project

parent 6540faca
Showing with 3 additions and 3 deletions
......@@ -13,8 +13,8 @@ for i in message:
print(text1)
a="quvu!@@#$$%^*)??>frgjhyvu)*^%%^&*()(*&^%$#))54188"
b=list(text1)
b.insert(1,a)
"".join(b)
print(b)
b.insert(random.randint(0,len(b)),a)
c="".join(b)
print(c)
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