File tree Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -311,15 +311,14 @@ else:
311
311
312
312
3 . Write a program into a file that asks the user to write a word and
313
313
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` .. .
315
315
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` ...
318
317
319
318
5 . Make something that asks the user to enter two words, and prints
320
319
1000 of each with spaces in between. For example, if the user
321
320
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` .. .
323
322
324
323
6 . Make a program that asks for a password and prints `Welcome!` ,
325
324
`Access denied` or `You didn' t enter anything` depending on whether
You can’t perform that action at this time.
0 commit comments