Skip to content

Commit

Permalink
dropped mention of L long integer format, resolves #105
Browse files Browse the repository at this point in the history
  • Loading branch information
stevenbird committed Jul 1, 2015
1 parent 7e9f70e commit 03f3e1d
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions book/ch01.rst
Original file line number Diff line number Diff line change
Expand Up @@ -1902,9 +1902,7 @@ Exercises

#. |easy| Given an alphabet of 26 letters, there are 26 to the power
10, or ``26 ** 10``, ten-letter strings we can form. That works out
to ``141167095653376L`` (the ``L`` at the end just indicates that
this is Python's long-number format). How many hundred-letter
strings are possible?
to ``141167095653376``. How many hundred-letter strings are possible?

#. |easy| The Python multiplication operation can be applied to lists.
What happens when you type ``['Monty', 'Python'] * 20``,
Expand Down

0 comments on commit 03f3e1d

Please sign in to comment.