用python怎么写

img


用python我写出来提交错误,帮忙看看最基础的python

s = input().split()
a,b = eval(s[0]), eval(s[1])
print(a+b)

img