Commit d79f088d by BellCodeEditor

save project

parent 93c65335
Showing with 7 additions and 0 deletions
a=type("12")
print(a)
b=type(12)
print(b)
c=type([1,2,3])
print(c)
\ No newline at end of file
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