mirror of
https://github.com/astral-sh/ruff.git
synced 2025-09-29 21:35:58 +00:00
5 lines
78 B
Python
5 lines
78 B
Python
import sys
|
|
from sys import version
|
|
|
|
print(sys.version[:1])
|
|
print(version[:1])
|