Commit a8474b1b by BellCodeEditor

save project

parent 6042e54f
Pipeline #6820 failed in 0 seconds
Showing with 12 additions and 0 deletions
message='ddfgrgfdsddfv'
length=len(message)
i=0
while i < length:
element=message[i]
print(element)
i+=1
import random
key='加密信息好酷呀'
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