File: 00run-python3

package info (click to toggle)
pypng 0.20231004.0-4
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 724 kB
  • sloc: python: 4,818; sh: 230; makefile: 19
file content (7 lines) | stat: -rwxr-xr-x 210 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
#!/usr/bin/env python

import sys

# Test that Python 3 is the default Python.
# If this test fails, it is not worth running the remaining tests.
print("Python 3 successful; version is", sys.version, end="\n")