Commit 0e34216e by BellCodeEditor

auto save

parent bc74f0df
Showing with 7 additions and 4 deletions
...@@ -15,9 +15,10 @@ for i in message: ...@@ -15,9 +15,10 @@ for i in message:
d=a+b+c d=a+b+c
e+=d e+=d
f=list(e) f=list(e)
print(e) print(f)
e=random.randint(0,len(e)) n=random.randint(0,len(e))
cm="",join(e) f.insert(n,da)
cm="".join(f)
print(cm) print(cm)
e=" "join()
class hero:
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