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