feat: add for loop, python version

This commit is contained in:
2025-09-03 00:31:22 +08:00
parent b8120d6768
commit 71ad0966bc
2 changed files with 19 additions and 0 deletions

8
python_version.py Normal file
View File

@@ -0,0 +1,8 @@
#!/usr/bin/env python3
import sys
if __name__ == "__main__":
print(sys.platform)
print(sys.version)
print(sys.version_info)