Commit ce3a3584 by BellCodeEditor

auto save

parent 7dd8c91a
Showing with 21 additions and 0 deletions
list1=["贝","尔","星","球"]
str1="".join(list1)
print(str1)
\ No newline at end of file
message="诺依,你妈炸了!"
for i in message:
print(i)
\ No newline at end of file
import random
text=""
key="abcrftfyhgyhhyh"
message="yttrftygtgt"
for i in message:
str1=i
str2=random.choice(key)
str3=random.choice(key)
d=str1+str2+str3
text=text+d
print(text)
\ 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