Commit 277cf9a3 by BellCodeEditor

save project

parent 4db903ee
Showing with 10 additions and 3 deletions
neme=input("你叫什么名字啊")
print(neme+"你好啊")
\ No newline at end of file
key = "abcde"
message="1234567"
key_message=""
for i in message
s1=random.choice(key)
s2=random.choice(key)
s3=i+s1+s2
key_message=key_message+s3
print(key_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