How can I find the datatype of a variable in Python as auto datatypes are mentioned in python?
Asked
Active
Viewed 220 times
-6
-
2`type(variable_name)` – Harsha Biyani Nov 23 '20 at 06:48
-
1Please verify first before posting your question , if the same has been answered or not. – Atif Nov 23 '20 at 07:01