Commit 2fefd58d by BellCodeEditor

save project

parent 7801d9fb
Pipeline #9066 failed in 0 seconds
Showing with 11 additions and 6 deletions
men="asdfg"
a=men[0]
b=men[1]
print(a)
print(b)
\ No newline at end of file
key="abcdefgh"
message="诺伊,周末一起去看漫展吧!"
key_message=""
for i in range(len(message)):
a=message[i]
b=random.choice(key)
c=random.choice(key)
d=a+b+c
key_message=key_message+d
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