Commit 91fce6ed by BellCodeEditor

save project

parent 2bde844d
Showing with 4 additions and 2 deletions
...@@ -16,4 +16,6 @@ list1=list(key_message) ...@@ -16,4 +16,6 @@ list1=list(key_message)
ss=random.randint(1,len(message)) ss=random.randint(1,len(message))
list1.insert(ss,wsynd) list1.insert(ss,wsynd)
final_ste="".join(list1) final_ste="".join(list1)
print(final_ste) print(final_ste)
\ No newline at end of file message=input("请输入一条想想")
print(message)
\ 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