表达式求值
https://www.nowcoder.com/practice/9566499a2e1546c0a257e885dfdbf30d
a = input() b = eval(a) print(b)
暂无评论,快来抢首评~
相关推荐