9951 explained code solutions for 126 technologies


pythonHow to get class name of an object


type(var).__name__ctrl + c
type(

type of specified variable

var

variable to get class name of

__name__

returns class name