view src/testdir/pyxfile/py3_shebang.py @ 35140:9ba95f736abb default tip

Added tag v9.1.0399 for changeset 617f9087f97c05289903b9e88f487ef74d8869fc
author Christian Brabandt <cb@256bit.org>
date Wed, 08 May 2024 22:30:04 +0200
parents 7598ce51bf2a
children
line wrap: on
line source

#!/usr/bin/python3

import sys
print(sys.version)