Commit 0cc17c5e by BellCodeEditor

save project

parent 016bca2e
Showing with 13 additions and 6 deletions
message="bellcode"
index=0
while index<len(message):
print(message[index])
index+=1
\ No newline at end of file
import random
message="来,今天看点好东西"
key="nljcfanfnda女会计啊额不管你是的基本给百公里"
my=""
for i in message:
str1=i
str2=random.choice(key)
str3=random.choice(key)
my+=str1+str2+str3
print(my)
\ 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