feat: add for loop, python version
This commit is contained in:
8
python_version.py
Normal file
8
python_version.py
Normal file
@@ -0,0 +1,8 @@
|
||||
#!/usr/bin/env python3
|
||||
|
||||
import sys
|
||||
|
||||
if __name__ == "__main__":
|
||||
print(sys.platform)
|
||||
print(sys.version)
|
||||
print(sys.version_info)
|
||||
Reference in New Issue
Block a user