Commit a7a6241c by BellCodeEditor

save project

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