Commit 0e34216e by BellCodeEditor

auto save

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