博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
计蒜客:百度的科学计算器(简单)【python神解】
阅读量:5896 次
发布时间:2019-06-19

本文共 156 字,大约阅读时间需要 1 分钟。

题目链接:https://nanti.jisuanke.com/t/15504

题解:python大法好啊,三行代码无人能敌啊!

下面给出AC代码:

1 b=input()2 a=input()3 print("%.6f"%eval(a))if '.' in a else print(int(eval(a)))

 

转载地址:http://zkosx.baihongyu.com/

你可能感兴趣的文章
Jdom的简单操作
查看>>
left join on/right join on/inner join on/full join on连接
查看>>
Codeforces 582B Once Again
查看>>
template.helper 多参数
查看>>
RadioButton布局图片+文字 实现tabhost效果
查看>>
[HEOI2012]采花
查看>>
access中设置不等于
查看>>
hdu 1221 Rectangle and Circle
查看>>
Android 四大组件之四(ContentProvider)
查看>>
Android 四大组件之一(Activity)
查看>>
扫描(一)
查看>>
BootStrap 智能表单系列 四 表单布局介绍
查看>>
mysql 三大范式【转载】
查看>>
MySQLDump在使用之前一定要想到的事情 [转载]
查看>>
Dapper优秀资料
查看>>
PIE SDK矢量数据的读取
查看>>
win10安装tomcat9
查看>>
两种方式分别改变alertdialog的宽和高
查看>>
TextView-setCompondDrawables用法
查看>>
由扭结理论中的琼斯多项式的证明想到的
查看>>