Commit b32b31c0 by BellCodeEditor

save project

parent ce6bd0f3
Showing with 9 additions and 0 deletions
a=9
b="d"
c=12.3
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