Sure I could write this myself, but before I go reinventing the wheel is there a function that already does this?
for m in range(1, 13): print ((m*3)//10)