I guess my other question is why might the following be the case: ```python In [2]: len(i.as_value()), len(i.as_value() << 35 Out [2]: (35, 98) ```