Commit e439522a by BellCodeEditor

auto save

parent 79353ebc
Pipeline #7629 failed in 0 seconds
Showing with 18 additions and 0 deletions
import random
a="fruuyguy5yfuijufh8whw"
b="cpddcpddcpddcpddcpdd"
a_b=" "
n="@#659%^&eghi"
for i in b:
str1=i
str2=random.choice(a)
str3=random.choice(a)
tx=str1+str2+str3
a_b=a_b+tx
list_b=list(a_b)
in=random.randint(0,len(a_b))
list_b.insert(in,"@#659%^&eghi")
list_b.insert(5,n)
result_b="/".join(list_b)
print(result_b)
\ 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