Commit 2f1a4a00 by BellCodeEditor

auto save

parent 219a67da
Showing with 4 additions and 7 deletions
message = "诺依,周末一起去看动漫展吧!" import random
length = len(message)
i=0
while i < length:
element = message[i]
print(element)
i += 1
key = "信息加密好酷呀!"
str = random.choice(key)
print(str)
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