[<__main__.Pair object at 0x7fb21d8834e0>, code example
Example: python if name == main example
# It's as if the interpreter inserts this at the top
# of your module when run as the main program.
__name__ = "__main__"
# It's as if the interpreter inserts this at the top
# of your module when run as the main program.
__name__ = "__main__"