On 4/12/25 10:14 AM, Tirifto wrote:
Hello!
Both `print` and `say` convert their argument to a string, but they do
so by calling different methods on the argument. `print` calls the
method `.Str`, while `say` calls the method `.gist`. On custom classes
(like your PartitionClass), calling `.Str
Hello!
Both `print` and `say` convert their argument to a string, but they do
so by calling different methods on the argument. `print` calls the
method `.Str`, while `say` calls the method `.gist`. On custom classes
(like your PartitionClass), calling `.Str` will only return the object’s
iden