Module: (Python) Subroutines: Procedures and Functions - 1


Problem

8/11

Right triangle

Problem

Write a procedure that prints a right triangle with  n characters 'm' on its sides.

Examples
# Input Output
1 3 m
mm
hmm