UVA 893 – Y3K Problem: Handling Python years above 9999
I was working on a problem in UVA online judge where I needed to do a simple data addition. However, the catch was year can go beyond 9999 (which is the limit in python). Below code is the python solution for this problem. I simply divided the date-delta with (1200… Read More »UVA 893 – Y3K Problem: Handling Python years above 9999