题解 | 不低于与不超过
不低于与不超过
https://www.nowcoder.com/practice/0be51146e30f4fa0ad1a6aac9078c1af
k,x,y=map(float,input().split())
if k<=x:
print(True)
else:
print(False)
if k>=y:
print(True)
else:
print(False)
不低于与不超过
https://www.nowcoder.com/practice/0be51146e30f4fa0ad1a6aac9078c1af
k,x,y=map(float,input().split())
if k<=x:
print(True)
else:
print(False)
if k>=y:
print(True)
else:
print(False)
相关推荐
后测速成辅导一两个月...:把开源经历放个人项目上边应该更好,就像大部分人都把实习经历放个人项目上边