Skip to content

Commit 9cf8110

Browse files
authored
Add files via upload
Prints the version information of python
1 parent 0fb57df commit 9cf8110

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

version_info.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
import sys
2+
print("Python version is \n" + sys.version + "Python version info \n" +str(sys.version_info))

0 commit comments

Comments
 (0)