#!/usr/bin/env python3 loyer = 300 total = 0 for mois in range(12*3): total = total + loyer loyer = loyer + 3 print(loyer)