Commit b0d003c3 by BellCodeEditor

save project

parent dd4aa757
Showing with 12 additions and 3 deletions
import random
key=ihighthhirhgigheighero如果热火龟儿和桂二哥赫瑞根和睿格荷日光和
massage="诺一,今天一起出去玩"
for i in massage:
str1=i
str2=random.choice(key)
str3=random.choice(key)
text= str1+str2+str3
text2=text2+text
print(text2)
\ No newline at end of file
message = "诺一,周末和我一起去看动漫展吧!"
for i in range(len(message)):
print(message[i])
\ No newline at end of file
\ 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