Commit c21d8a87 by BellCodeEditor

save project

parent 2a33b620
Showing with 11 additions and 0 deletions
...@@ -3,3 +3,13 @@ name="悟空" ...@@ -3,3 +3,13 @@ name="悟空"
word="welcome" word="welcome"
print("悟空"+"welcome") print("悟空"+"welcome")
print(name+word) print(name+word)
a=[]
b=12
c="12"
v='12'
y=12.5
print(type(a))
print(type(b))
print(type(c))
print(type(v))
print(type(y))
\ 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