Skip to content

Commit 1ed71a1

Browse files
committed
TR updates, first round
1 parent 0e122a2 commit 1ed71a1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
import sys
1+
from platform import python_version
22

33
interning = [x for x, y in zip(range(-10, 500), range(-10, 500)) if x is y]
44

55
print(
6-
f"Interning interval for Python {sys.version[0:6]} is:"
6+
f"Interning interval for Python {python_version()} is:"
77
f" ({interning[0]} to {interning[-1]})"
88
)

0 commit comments

Comments
 (0)