Commit 69a4afa0 by BellCodeEditor

save project

parent 3a95bf64
Pipeline #4347 failed in 0 seconds
Showing with 14 additions and 8 deletions
a="刘寓言zs"
length = len(a)
i=0
while i<length:
element=a[i]
print(element)
i+=1
\ No newline at end of file
import random
key = "asasasasssssssssssssssssssssssssssssssssssssssssssssss"
message = "deyweyw"
key_message =""
for i in key_message:
str = 1
str = random.choice(key)
str = random.choice(key)
text = str1+str2+str3
key_message = key_message + text
print(key_message)
\ 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