Get Attribute
Sat 17 May 2025
title: "Get Attribute" author: "Rj" date: 2019-04-20 description: "List Test" type: technical_note draft: false
import sys
print(getattr(sys, 'version'))
3.6.8 |Anaconda, Inc.| (default, Dec 29 2018, 19:04:46)
[GCC 4.2.1 Compatible Clang 4.0.1 (tags/RELEASE_401/final)]
Score: 0
Category: basics