Commit 52427da3 by BellCodeEditor

save project

parent c9128f4b
Pipeline #1809 failed in 0 seconds
Showing with 5 additions and 5 deletions
...@@ -2,12 +2,12 @@ import random ...@@ -2,12 +2,12 @@ import random
a="123456789mnvaaaaaaaaaaaaaaaa" a="123456789mnvaaaaaaaaaaaaaaaa"
b="fjweonjefsnkvseiugbsuohrfvovodvdojvnsdojvodvodvvisosiv" b="fjweonjefsnkvseiugbsuohrfvovodvdojvnsdojvodvodvvisosiv"
sum='' m=''
for i in a: for i in a :
str1=i str1=i
str2=random.choice(b) str2=random.choice(b)
str3=random.choice(b) str3=random.choice(b)
text=str1+str2+str3 r=str1+str2+str3
sum=sum+text m=m+r
print(sum) print(m)
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