As far as I know, I can obtain data type using vartype
function, however it only print out the number and I need to check back the comparable list manually on website to find the actual type, any direct method can show data type immediately such python function type(s)?
Asked
Active
Viewed 54 times
0

Kin Siang
- 2,644
- 2
- 4
- 8
-
1Do you mean `Typename(s)`? – Storax May 22 '21 at 13:28
-
@Storax Ya, you make my day. Btw, what is the purpose of ``vartype`, it does not make sence if there typename... – Kin Siang May 22 '21 at 13:29
-
1Maybe this SO [post](https://stackoverflow.com/questions/46580403/typename-vs-vartype) helps – Storax May 22 '21 at 13:48