Commit 493d167b by BellCodeEditor

save project

parent a06785a5
Showing with 1 additions and 1 deletions
......@@ -5,7 +5,7 @@ screen.bgcolor("white")
def card(size,color,say,saysize):
pen.penup()
pen.goto(200,-100)
pen.write(say,font=("Times",saysize,normal))
pen.write(say,font=("Times",saysize,"normal"))
pen.penup()
pen.goto(0,0)
pen.left(45)
......
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