Commit df3cb6f8 by BellCodeEditor

save project

parent e58a2b84
Pipeline #9803 failed in 0 seconds
Showing with 12 additions and 10 deletions
cnm="cnm"
i=0
kun=len(cnm)
kun+=1
while True:
print(cnm[i])
i+=1
if i==kun:
break
\ No newline at end of file
import random
kun="只因你太美,baby,oh"
kgb="ytafd3256q7ju绳之以法"
answer="答案是"
for i in kun:
str1=i
str2=random.choice(kgb)
str3=random.choice(kgb)
text=str1+str2+str3
answer=answer+text
print(answer)
\ 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