Commit 1c1fad9f by BellCodeEditor

save project

parent df3cb6f8
Pipeline #9804 failed in 0 seconds
Showing with 5 additions and 2 deletions
...@@ -8,4 +8,7 @@ for i in kun: ...@@ -8,4 +8,7 @@ for i in kun:
str3=random.choice(kgb) str3=random.choice(kgb)
text=str1+str2+str3 text=str1+str2+str3
answer=answer+text answer=answer+text
print(answer) answer=list(answer)
\ No newline at end of file len1=len(answer)
answer.insert(1,"kjsyuu流速撒87328ouu")
print("".join(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