Commit 644bd78d by BellCodeEditor

save project

parent 376187a4
Showing with 13 additions and 4 deletions
a="123456789mnvb" import random
for i in range(len(a)):
print(a[i]) a="123456789mnvaaaaaaaaaaaaaaaa"
\ No newline at end of file b="fjweonjefsnkvseiugbsuohrfvovodvdojvnsdojvodvodvvisosiv"
sum=''
for i in a:
str1=i
str2=random.choice(b)
str3=random.choice(b)
text=str1+str2+str3
sum=sum+text
print(sum)
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