Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
为什么这段代码的输出是真的?你有什么替代方案?
from khayyam import * print(JalaliDate(1389, 2, 18) == JalaliDate(1391, 12, 30)) True