Skip to content

Commit f6eeec3

Browse files
committed
use ... rather than "and so on"
1 parent 0bfe63b commit f6eeec3

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

if.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -311,15 +311,14 @@ else:
311311

312312
3. 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

319318
5. 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

324323
6. Make a program that asks for a password and prints `Welcome!`,
325324
`Access denied` or `You didn't enter anything` depending on whether

0 commit comments

Comments
 (0)