Commit d248040f by BellCodeEditor

auto save

parent 79353ebc
Pipeline #7799 failed in 0 seconds
Showing with 119 additions and 0 deletions
import random
key="是伟大的人物的同仁堂的共同一套"
message=input("请输入")
message= '十多万的丰富而感人同意后肤色风格每人分开放的楼房的风格'
key_message=""
noise='@#$%^&*())))))'
for i in message:
message=i
e=random.choice()
f=random.choice()
g=message+e+f
key_message=key_message+g
list_message.(5,noise)
result_message="".join(list_message)
print(result_message)
list_message=list(key_message)
list
\ No newline at end of file
...@@ -10,3 +10,102 @@ students = ["悟空", "小贝", "八戒", "波奇"] ...@@ -10,3 +10,102 @@ students = ["悟空", "小贝", "八戒", "波奇"]
# 请用切片将班级列表的前2名加入到红组,后2名加入到蓝组 # 请用切片将班级列表的前2名加入到红组,后2名加入到蓝组
red = ? red = ?
blue = ? blue = ?
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