Sign in
or
Register
Courses
Textbook
Compiler
Contests
Topics
Courses
Pitone. Nozioni di base
(Python) Subroutine: procedure e funzioni - 1
Module:
(Python) Subroutine: procedure e funzioni - 1
Problem
5
/11
Due opzioni
Problem
Scrivi una procedura che accetti due parametri – il numero naturale N e la stringa S – e stampa la stringa S sullo schermo, ripetendola N volte.
Esempi
#
Input
Uscita
1
3
bene
okokok
1000
ms
256 Mb
Rules for program design and list of errors in automatic problem checking
Teacher commentary