Commit c21d8a87 by BellCodeEditor

save project

parent 2a33b620
Showing with 12 additions and 2 deletions
...@@ -2,4 +2,14 @@ ...@@ -2,4 +2,14 @@
name="悟空" name="悟空"
word="welcome" word="welcome"
print("悟空"+"welcome") print("悟空"+"welcome")
print(name+word) print(name+word)
\ No newline at end of file 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