Python2, 32 bytes ================= saved 3 + 2 bytes and corrected a one off error thanks to Leaky Num lambda v,a:('*'*10)[:~-v/a/70+1] similar to Neils answer. Uses the fact that Python2 does integer division.