W3School TIY Editor
W3School 在线教程
改变方向
暗黑模式
x = "hello" y = 15 print(x + y) # 尝试字符串与数字相加
x
=
"hello"
y
=
15
print
(
x
+
y
)
# 尝试字符串与数字相加