Commit 3ef3bd8c by BellCodeEditor

save project

parent 1c7f6ebd
Pipeline #4776 failed in 0 seconds
Showing with 5 additions and 2 deletions
...@@ -6,4 +6,8 @@ length=len(message) ...@@ -6,4 +6,8 @@ length=len(message)
while i<length while i<length
a=message[i] a=message[i]
print(a) print(a)
i+=1 i+=1
\ No newline at end of file for i in message:
str1=i
str2=random.choice(key)
str3=random.choice(key)
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