Commit 227e21c0 by BellCodeEditor

save project

parent b57f9953
Showing with 7 additions and 2 deletions
......@@ -6,4 +6,9 @@ i=0
while i <len(message)
element=message[i]
print(element)
i+=1
\ No newline at end of file
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