mirror of
https://github.com/python/cpython.git
synced 2025-11-01 18:51:43 +00:00
merge
This commit is contained in:
commit
ab89f9c27f
1 changed files with 1 additions and 2 deletions
|
|
@ -632,8 +632,7 @@ for disambiguation with C-style octal literals, which Python used before version
|
|||
Some examples of integer literals::
|
||||
|
||||
7 2147483647 0o177 0b100110111
|
||||
3 79228162514264337593543950336 0o377 0x100000000
|
||||
79228162514264337593543950336 0xdeadbeef
|
||||
3 79228162514264337593543950336 0o377 0xdeadbeef
|
||||
|
||||
|
||||
.. _floating:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue