Commit 535113c6 by BellCodeEditor

save project

parent 1a4a1b07
Showing with 9 additions and 4 deletions
message = "诺依,周末一起去看动漫展吧!" import random
for i in message:
print(i)
# 请对message进行遍历,取出所有元素
key="1234567890"
str=random.choice(key)
print(str)
\ No newline at end of file
a="asdfghjkl"
for i in a:
print(i)
\ 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