Commit 5b9fc4dc by BellCodeEditor

save project

parent 9874e7e3
Showing with 11 additions and 2 deletions
......@@ -6,11 +6,21 @@ key = "abcdefgh使用编程实现ä½ç§»æ›¿æ¢åŠ å¯†ï¼Œåˆ¶ä½œå¯†ç æœºå…³çœŸæ˜¯å¤
message = "诺依,周末一起去看动漫展吧!"
# 请使用私钥key,对message进行加密
message_list = ""
text = ''
for i in message:
str = i
str1 = random.choice(key)
str2 = random.choice(key)
text += str + str1 + str2
# message_list = message_list + text
# message_list += text
print(text)
\ No newline at end of file
sum1 = 0
for i in range(101):
sum1 += i
print(sum1)
print(text)
print(message_list)
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