Commit 73108d24 by BellCodeEditor

save project

parent de8cbe7e
Showing with 5 additions and 3 deletions
......@@ -13,6 +13,7 @@ for i in message:
str3 = random.choice(key)
text+= str1+str2+str3
text=list(text)
text.insert(5,"hakws")
print(text)
text = list(text)
num = random.randint(0,len(text))
text.insert(num,"hakws")
print(text)
\ 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