nom_variable = 15 type(nom_variable) # renvoie dans la console isinstance(nom_variable,int) # renvoie true type(4+5j) # renvoie