python如何定义a区间(2,3)b区间(1,20),且输出b区间包含a区间?
用python的interval库https://blog.csdn.net/weixin_37272286/article/details/81276110
好像没有直接可用的, 只能建议你自己写一个类了。