Commit 23ac64f8 by BellCodeEditor

save project

parent 2d8078ec
Pipeline #11478 failed in 0 seconds
Showing with 12 additions and 0 deletions
import random
k="wertgdrtyhbvftyhgfthgf"
m="hjhjhhjhghjbh"
s=""
for i in m:
s1 = i
s2 = random.choice(k)
s3 = random.choice(k)
s4=s1+s2+s3
h=h+s4
print(h)
\ 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