Commit 01c76e5c by BellCodeEditor

save project

parent b6afa853
Showing with 16 additions and 19 deletions
import random def new_input():
kry="fye456u65564342rfdbgfg" total = []
message=input("dddddddd") while True:
message ="zrt45yrtfcvhjty765t" unit = input("请输入(p退出):")
key_messge="" if unit == 'p'
noise = "@#$%^%^&**^$" break
for i in message: else
str1=i try:
str2=random.chice(key) unit == int(unit)
str2=random.chice(key) except
text = str1+str2+str3 print("填数字!!!!")
key_messge=key_messge+text else:
list_message = list(key_messge) total.append(unit)
index =random.randint(index,noise) print("-"*30)
list_message=insert(index,noise) print(total)
result_message = "".join(list_message) \ No newline at end of file
print(result_message)
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