题解 | #四则运算#
四则运算
http://www.nowcoder.com/practice/9999764a61484d819056f807d2a91f1e
str = input().replace('{','(').replace('[','(').replace(']',')').replace('}',')')
print(int(eval(str)))
四则运算
http://www.nowcoder.com/practice/9999764a61484d819056f807d2a91f1e
str = input().replace('{','(').replace('[','(').replace(']',')').replace('}',')')
print(int(eval(str)))
相关推荐
影04714:把图书管理系统那个项目经验内容适当的减少掉,然后改成据为己有不要说团队项目,因为图书管理系统这类常见的谁来了都能独立写出来,提问能圆过来即可