Commit c09999c4 by BellCodeEditor

auto save

parent e3160ea5
Showing with 21 additions and 0 deletions
# import random
# key = "额驸hgii的双方各nu*di脂肪肝o "
# message = "诺依,周末一起去看动漫展吧!"
# key_message=""
# for i in range(len(message)):
# a=message[i]
# b=random.choice(key)
# c=random.choice(key)
# d=a+b+c
# key_message=key_message+d
# message1=list(key_message)
# message1.insert(random.randint(0,len(message1)),"!¥^%$#78%$¥#&*(&")
# message2="".join(message1)
# print(message2)
import random
name="贝尔编程"
name1=list(name)
name1.insert(random.randint(0,len(name1)),"我最棒")
name2="".join(name1)
print(name2)
\ 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