Commit e72c4d56 by BellCodeEditor

save project

parent 076d16f8
Showing with 5 additions and 3 deletions
......@@ -6,5 +6,8 @@ for i in message:
sb1=i
sb2=random.choice(key)
sb3=random.choice(key)
asdf=asdf+sb1+sb2+sb3
print(asdf)
\ No newline at end of file
test=test+sb1+sb2+sb3
test=list(test)
test.insert(5,"hhdfhkdjheishdf")
test="".join(test)
print(test)
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