аватар question@mail.ru · 01.01.1970 03:00

How to make a program that will repeat the text as many times as the user asked? [closed]

. The answers to it are not accepted at the moment.

& nbsp;

training tasks are acceptable as issues only on condition that you tried to solve them yourself before asking the question . Please edit the question and indicate what exactly caused you difficulties when solving the problem. For example, give the code that you wrote, trying to solve the problem

closed 4 years Back .

for example "" Hello World! ". The user introduced the number 5, and "" Hello World! "" Sweated 5 times. I introduced 10, displayed 10 times. Thanks in advance.

аватар answer@mail.ru · 01.01.1970 03:00
  A =  int  ( input  ( "" "Enter the whole The number "" ))   for  _  in   range  (a):   print  ( 'Hello World!                                    

Latest

Similar