#输入
p
=
float
(
input
(
“单价”
))
n
=
int
(
input
(
“数量”
))
s
=
p
*
n
print
(“
...
”
,
s
)