首页
编程
java
php
前端
首页
编程
java
php
前端
Python入门基础题
x=int(input()) if x>2000: print("浓度偏高") elif x<=1000: print("正常") else: print("略高")
点击展开全文