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