Commit d56bb9ed by BellCodeEditor

auto save

parent 2bfc3683
Showing with 5 additions and 2 deletions
import random
message = "诺依,周末一起去看动漫展吧!"
sorry = "abcd?!加速搞什么所以说你查我"
for i in message:
print(i)
for i in range(len(message)):
print(i)
for i in range(2):
so = sorry[random.randint(1,len(sorry))]
print(so)
# 请对message进行遍历,取出所有元素
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