SIGN IN SIGN UP

Update Example: Let's make a giant string

* Add another function `add_bytes_with_plus` actually illustrating
  quadratic behavior for the `+=` operator.
* Add explaination for linear behavior due to `+=` optimizations
  in case of strings.
* Change the order of examples (move string interning example just
  before the giant string example).

Closes https://github.com/satwikkansal/wtfpython/issues/38
S
Satwik Kansal committed
ea29aa034dc98547e816ced1c2a8c445a7e27a02
Parent: 31d4382