File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -311,15 +311,14 @@ else:
311311
3123123 . Write a program into a file that asks the user to write a word and
313313 then prints that word 1000 times. For example, if the user enters
314- `hi` the program would reply `hihihihi` and so on .
314+ `hi` the program would reply `hihihihihihihihi` .. .
315315
316- 4 . Add spaces between the words, so the output is like `hi hi hi` and
317- so on.
316+ 4 . Add spaces between the words, so the output is like `hi hi hi hi` ...
318317
3193185 . Make something that asks the user to enter two words, and prints
320319 1000 of each with spaces in between. For example, if the user
321320 enters `hello` and `hi` the program would print
322- `hello hi hello hi hello hi` and so on .
321+ `hello hi hello hi hello hi hello hi hello hi` .. .
323322
3243236 . Make a program that asks for a password and prints `Welcome!` ,
325324 `Access denied` or `You didn' t enter anything` depending on whether
You can’t perform that action at this time.
0 commit comments