首页
编程
java
php
前端
首页
编程
java
php
前端
浮点数运算,求解析和答案
a
=
float
(
input
())
b
=
float
(
input
())
s
=
a
*
6.5
+
b
*
4.8
print
(
"总价格为"
+
str
(
s
))
点击展开全文