Commit 66589584 by BellCodeEditor

auto save

parent a685abee
Showing with 31 additions and 0 deletions
import random
kk=""
key = "浮现出v家具看到v就是v吃烧烤参加"
message = "高远卓是一个************"
message1=input()
for i in message:
a1=i
a2=random.choice(key)
a3=random.choice(key)
a=a1+a2+a3
kk=kk+a
tt=list(kk)
tt.insert(random.randint(0,len(tt)-1),message1)
pp="".join(tt)
print(pp)
\ No newline at end of file
class Hero(object):
def__init__(self,name)
self.name = name
self.level = 1
self.hp = 250
self.attac
self.
print(self)
\ 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