公告
财富商城
积分规则
提问
发文
2019-01-23 00:56发布
做个烂人
This question already has an answer here:
Suppose I want to check if x belongs to range 0 to 0.5. How can I do it?
x
print 'yes' if 0 < x < 0.5 else 'no'
range() is for generating arrays of consecutive integers
range()
最多设置5个标签!
range()
is for generating arrays of consecutive integers