Commit 6499a84a by BellCodeEditor

auto save

parent 867a7dd9
Showing with 2 additions and 1 deletions
...@@ -19,4 +19,4 @@ index=random.randint(0,len(list1)) ...@@ -19,4 +19,4 @@ index=random.randint(0,len(list1))
list1.insert(index,a) list1.insert(index,a)
list1.insert(0,a) list1.insert(0,a)
key_message1="".join(list1) key_message1="".join(list1)
print(key_message1) print(key_message1)
\ 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