python求助
查看原帖
python求助
170469
人中楼主2023/4/8 00:03
a=input()
b=input()
s=f"{a}+{b}"

print(eval(s))

这样为什么会全部RE呢

2023/4/8 00:03
加载中...