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
a="123456789mnvaaaaaaaaaaaaaaaa"
b="fjweonjefsnkvseiugbsuohrfvovodvdojvnsdojvodvodvvisosiv"
sum=''
for i in a:
m=''
for i in a :
str1=i
str2=random.choice(b)
str3=random.choice(b)
text=str1+str2+str3
sum=sum+text
print(sum)
r=str1+str2+str3
m=m+r
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