Painting Blue Code
Simple, self-explanatory code snippets.
2020-04-20
Python - How to determine the default/active version on your profile
(1) Command-line method:
python
--version
(2) Code method:
import
sys
print(
sys.version
)
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment