点击运行
#!/usr/bin/python3 x ="foo" y = 2 print(x+y)
x
1
#!/usr/bin/python3
2
x
=
"foo"
3
y
=
2
4
5
print
(
x
+
y
)
运行结果 :
正在执行...