Commit 1a2cf989 by BellCodeEditor

save project

parent 6235c2a0
Showing with 8 additions and 2 deletions
import random import random
a="1234567890" a="1234567890"
my='abcdefg' my='abcdefg'
uu="!@#$%^&*+-=:" uu="!@#$%^&*`:"
li_a = list(a)
for i in a: for i in a:
ad=i ad=i
b=random.choice(my) b=random.choice(my)
c=random.choice(my) c=random.choice(my)
oo=random.choice(uu) oo=random.choice(uu)
d=c+ad+b d=c+ad+b
print(d+uu,end=) zz=random.randint(-1,6)
li_a.insert(zz,uu)
a = ''.join(li_a)
print(a,end="")
\ 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