Commit 3eeaf16b by BellCodeEditor

save project

parent dc70412a
import turtle
turtle.fillcolor("light green")
turtle.speed(1)
turtle.begin_fill()
turtle.forward(180)
turtle.left(90)
turtle.forward(180)
turtle.goto(0,0)
turtle.end_fill()
turtle.fillcolor("yellow")
turtle.begin_fill()
turtle.forward(180)
turtle.left(-90)
turtle.forward(180)
turtle.end_fill()
turtle.hideturtle()
turtle.done()
\ No newline at end of file
import deom
import deom
score = deom.add(111,222)
print(score)
\ No newline at end of file
++ "b/\350\260\203\347\224\250/deom.py"
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