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


Problem

5/11

Two options

Problem

Write a procedure that takes two parameters – the natural number N, and the string S – and prints the string S to the screen, repeating it N times.

Examples
# Input Output
1 3
ok
okokok