Commit 29a5f0f5 by BellCodeEditor

save project

parent 629fbcae
Showing with 5 additions and 2 deletions
...@@ -8,4 +8,7 @@ for i in message: ...@@ -8,4 +8,7 @@ for i in message:
b=random.choice(key) b=random.choice(key)
c=random.choice(key) c=random.choice(key)
d=d+a+b+c d=d+a+b+c
print(d) abc=list(d)
\ No newline at end of file abc.insert(7,"365")
new=''.join(abc)
print(new)
\ 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