Python (3.8) code:
#!/usr/bin/env python3 from decimal import Decimal from decimal import getcontext x = Decimal(\'0.6666666666666666666666666667\') y = x;