Commit 3dad7466 by BellCodeEditor

save project

parent b20bc3c7
Showing with 12 additions and 2 deletions
n="悟空"
w=",欢迎你"
print(n+w)
\ No newline at end of file
print(n+w)
print(type(n))
print(type(w))
n=9
f=3.1415926
n="悟空"
g=["x","k","k"]
print(type(n))
print(type(f))
print(type(n))
print(type(g))
\ 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