首页
编程
java
php
前端
首页
编程
java
php
前端
print和format用于四则运算是如何使用
要运算3.3+5/6,已写x=input("请输入一个四则运算表达式:"),接下来如何编写print呢
print(eval(x))
点击展开全文