We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 79ce911 commit a138c95Copy full SHA for a138c95
item_01.py
@@ -0,0 +1,7 @@
1
+#!/usr/bin/env python3
2
+
3
+'''Item 1 from Effective Python'''
4
5
+import sys
6
+print(sys.version_info)
7
+print(sys.version)
0 commit comments