Why is the output of this code true? What are your alternatives for this?
from khayyam import *
print(JalaliDate(1389, 2, 18) == JalaliDate(1391, 12, 30))
True
Why is the output of this code true? What are your alternatives for this?
from khayyam import *
print(JalaliDate(1389, 2, 18) == JalaliDate(1391, 12, 30))
True