File: prog_stringnum.ppl

package info (click to toggle)
pyxplot 0.9.2-14
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 10,288 kB
  • sloc: ansic: 50,373; xml: 1,339; python: 570; sh: 318; makefile: 89
file content (3 lines) | stat: -rw-r--r-- 119 bytes parent folder | download | duplicates (6)
1
2
3
print types.number("23")
print types.number("1610 1643 1715 1774".split()[2])
print types.number("978-0230200951"[4:])