Commit 77a0acae by BellCodeEditor

save project

parent 027d3568
Showing with 16 additions and 3 deletions
import random
key = "阿斯顿发个很健康"
message = "自行车VB你明尼苏达发个"
for i in message:
str1 = i
str2 = random.choice(key)
str3 = random.choice(key)
str4 = random.choice(key)
text = str1+str2+str3+str4
print(text)
\ No newline at end of file
message = "诺依,周末一起去看动漫展吧!"
# 请对message进行遍历,取出所有元素
a="回到家阿云嘎客户打开手机,看技术性,能解决什么奥斯卡?"
for i in message:
print(i)
for x in a:
print(x)
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