File: ints.cson

package info (click to toggle)
pycson 0.8-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, forky, sid, trixie
  • size: 284 kB
  • sloc: python: 546; makefile: 3
file content (7 lines) | stat: -rw-r--r-- 160 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
[
    0b101010, 0b0101010, 0b00101010, 0b0, 0b00
    0o52, 0o052, 0o0052, 0o0, 0o00
    0x2A, 0x02A, 0x002A, 0x0, 0x00
    0x2a, 0x02a, 0x002a
    42, -42, 0
]