Commit 1d7ec3c0 by BellCodeEditor

save project

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