File: list100.py

package info (click to toggle)
pexpect 4.9-4
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 1,184 kB
  • sloc: python: 10,774; makefile: 138; sh: 73; ansic: 69
file content (2 lines) | stat: -rw-r--r-- 48 bytes parent folder | download | duplicates (8)
1
2
# -*- coding: utf-8 -*-
print(list(range(100)))