Commit 68dc146d by BellCodeEditor

save project

parent a76bceb3
Showing with 3 additions and 0 deletions
...@@ -2,7 +2,9 @@ a = 1 ...@@ -2,7 +2,9 @@ a = 1
b = "a" b = "a"
c = 1.12 c = 1.12
d = True d = True
e = ["s","e","d"]
print(type(a)) print(type(a))
print(type(b)) print(type(b))
print(type(c)) print(type(c))
print(type(d)) print(type(d))
print(type(e))
\ 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