It would be nice if we could simply write ``` print(f"Current tag is: {lf.tag()}") ``` and get a properly formatted output. This would require implementing the `__str__` method for the Tag type.
It would be nice if we could simply write
and get a properly formatted output.
This would require implementing the
__str__method for the Tag type.