Commit 14cc05db by BellCodeEditor

save project

parent 7c6be5de
Showing with 5 additions and 1 deletions
......@@ -14,7 +14,11 @@ for i in message:
SB=s1+s2+s3
KRY=KRY+SB
x=list(KRY)
x.insert(5,dvlskdgjpjkljas)
z=random.randint(0,len(KRY))
x.insert(z,"asfgzLglfgl.g")
x.insert(z,"hskghGSDkgha")
x.insert(z,"fhvcklgzhlfihg")
x.insert(z,"l/.kzcvbl;fdj;")
y="".join(x)
print(y)
......
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