Commit 509eca36 by BellCodeEditor

auto save

parent 6dcc3cac
Showing with 19 additions and 0 deletions
import input:
Pen=pen.color("balck")
Pen=pen.sizeleft(10)
for i in 3
pen.forwand(180)
pen.left(45)
over()
pen.forwand(90)
pen.left(90)
pen.turtlesize()
pen.forwand(100)
Pen=pen.dot(None,"bule")
print()
\ No newline at end of file
import jieba
text="我上课下课"
text_list=jieba.lcut(text)
print(txt_list)
\ 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