Commit 782c0a54 by BellCodeEditor

save project

parent 6a6aa2a6
Pipeline #1490 failed in 0 seconds
Showing with 14 additions and 0 deletions
import random
w='1234567890'
s='4567890'
w_s=''
for i in s:
str1=random.choice(w)
str2=random.choice(w)
str3=i
text=str1+str2+str3
w_s=w_s+text
print(w_s)
\ 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