Commit 227e21c0 by BellCodeEditor

save project

parent b57f9953
Showing with 6 additions and 0 deletions
...@@ -7,3 +7,8 @@ while i <len(message) ...@@ -7,3 +7,8 @@ while i <len(message)
element=message[i] element=message[i]
print(element) print(element)
i+=1 i+=1
import random
Key ="12345"
str = random.choice(Key )
print(str)
\ 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