Commit a7a6241c by BellCodeEditor

save project

parent 5749b761
Showing with 8 additions and 4 deletions
......@@ -12,14 +12,18 @@ for i in message:
hh=s1+s2+s3
hhh=hhh+hh
message=list(hhh)
oh="!@#$%^&"
oh=input("输入")
my="!@#$%^&"
god="!@#$%^&"
message.insert(5,oh)
message.insert(8,my)
message.insert(3,god)
1=random.randit(0,len(message))
2=random.randit(0,len(message))
3=random.randit(0,len(message))
message.insert(3,oh)
message.insert(1,my)
message.insert(2,god)
hhh1="".join(message)
print(hhh1)
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