Afficher la solution
Cacher la solution
# ETAPE 1 a = int(input('a: ')) b = int(input('b: ')) # ETAPE 2 a //= b print(a)