☰
Top

#2. TYPES DE DONNEES ET VARIABLES.

Python
#coding:utf-8

"""
-str = strings (chaines de caractere)
-int = interger, entier. -infini +infini
-float = decimaux 3.14, 10.66
-bool = True/False, 0/1
"""

name = "Ruth"
age = 16
est_majeur = False
solde_bancaire = 100.57

nombreProduitPanier = 15

Testez votre compréhension du chapitre

Laissez votre commentaire