Commit 1d7ec3c0 by BellCodeEditor

save project

parent 4e4dcebe
Showing with 5 additions and 8 deletions
a=9 input turtle
b="d" a=turtle.Pen()
c=12.3 turtle.done
d=["1","2"]
print(type(a))
print(type(b))
print(type(c))
print(type(d))
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