Commit ff8d7638 by BellCodeEditor

save project

parent f9eaa084
Showing with 12 additions and 5 deletions
# 请对message进行遍历,取出所有元素
s="abcd"
while s:
print(s)
\ No newline at end of file
import random
ss=""
d="ddjjhfdlkjfbapljfwqbfgedkjgfldkjadbglkjleabgpqdwhi"
s="123456789"
for i in s:
st1=i
st2=random.choice(d)
st3=random.choice(d)
sss=st1+st2+st3
ss+=sss
print(ss)
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