Question #4271   Proposée par Answiki le 05/12/2021 à 19:01:41 UTC

Comment obtenir le type d'une variable en Python ?

Answer   Submitted by Answiki on 12/05/2021 at 07:03:56 PM UTC

Le type d'une variable en Python peut être obtenu grâce à la fonction type :

>>> x = [ 2,3 ]
>>> type (x)
<class 'list'>

4 events in history
Answer by Answiki on 12/05/2021 at 07:03:56 PM

Le type d'une variable en Python peut être obtenu grâce à la fonction type :

>>> x = [ 2,3 ]
>>> type (x)
<class 'list'>

Answer by Answiki on 12/05/2021 at 07:03:46 PM

Le type d'une variable en Python peut être obtenu grâce à la fonction type :

>>> x = [ 2,3 ]
>>> type (x)
<class 'list'>

Question by Answiki 12/05/2021 at 07:01:41 PM
Comment connaître le type d'une variable en Python ?
Question by Answiki 12/05/2021 at 07:01:41 PM
Comment obtenir le type d'une variable en Python ?
# ID Query URL Count

Icons proudly provided by Friconix.