Type de test Python

isinstance("Hello World",str)

true if "Hello World" is a string else false
Gar'o_Gorille