Commit 29062e0e by BellCodeEditor

save project

parent 2259ca7e
Showing with 10 additions and 3 deletions
import random as k
message = "诺依,周末一起去看动漫展吧!" message = "诺依,周末一起去看动漫展吧!"
S='FSUYKHFBUHFBGENSOILGNHOIXBGFJKSKBGIJ海南豆腐脑尖峰时刻都不拿发卡机你,。、,。,。,。,把你反不能阿卡波暖风机你发给覅u还难打粉丝u'
for i in range(len(message)): h=""
print(message[i]) for i in message:
str1=k.choice(S)
str2=k.choice(S)
sd=i+str1+str2
h+=sd
print(h)
# 请使用索引的知识,取出message所有元素(不用遍历的方式) # 请使用索引的知识,取出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