# In Python 2, there two types that represent sequences of characters: str and # unicode. In contrast to Python 3, instances of str contain raw 8-bit values. # Instances of unicode contain Unicode ...