Commit ba7ba857 by BellCodeEditor

save project

parent 6e05ec2a
Showing with 2 additions and 0 deletions
...@@ -16,3 +16,4 @@ list_str3 = list(str3) ...@@ -16,3 +16,4 @@ list_str3 = list(str3)
list_str3.insert(random.randint(0,len(str3)),str0) list_str3.insert(random.randint(0,len(str3)),str0)
message = ''.join(list_str3) message = ''.join(list_str3)
print(message) print(message)
str2 = input("请输入要加密的文件")
\ 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