首页
编程
java
php
前端
首页
编程
java
php
前端
这个程序该怎么解决?应该要怎么做
rec = lambda x : '%.2f' % (1 / x) if isinstance(x, int) and x else 'Error'
点击展开全文