How to find out which class an object (instance) belongs to? examples/other/class.py. import re a = 2 b = "3" c = 2.3 m = re.search(r'\d', str(c)) print(a.
確定! 回上一頁