Commit e2e15593 by BellCodeEditor

save project

parent 98315734
Showing with 14 additions and 10 deletions
message = "诺依,周末一起去看动漫展吧!" import random
a=0 key="cdnmd"
while i<len(message): message="wasdf123"
print(message[i],end="") p=""
i+=1 for i in message:
str=i
for a in message: str1=random.choice(key)
print(message[a]) str2=random.choice(key)
# 请使用索引的知识,取出message所有元素(不用遍历的方式) strrall=str+str1+str2
\ No newline at end of file p=p+strrall
print(p)
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