Commit cd253179 by BellCodeEditor

auto save

parent 83913238
Showing with 14 additions and 0 deletions
str1="本节课我们12文字加密"
str2="123"
li_str2=liststr2
str1.insert(6,str2)
x=1
if x==0
e
\ No newline at end of file
...@@ -18,3 +18,8 @@ message1=list(key_message) ...@@ -18,3 +18,8 @@ message1=list(key_message)
message1.insert(random.randint(0,len(message1)),nore) message1.insert(random.randint(0,len(message1)),nore)
result_message="".join(message1) result_message="".join(message1)
print(result_message) print(result_message)
qw=1
if condition:
pass
else:
pass
\ 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