Joseph is designing a File handler that contains the content of a file. He wants to add the functionality to compare file sizes using the >
, <
, and ==
operators.
Help Joseph overload these operators. If two files are compared like file1 > file2
return True
if the size of file1 is greater than file2.