Skip to content

Commit 71fc9db

Browse files
committed
dont shout
1 parent 3a464a0 commit 71fc9db

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

answers.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,9 @@ isn't exactly like mine but it works just fine it's ok, and you can
2525
`print('You entered:', something)`.
2626

2727
2. The broken code has mostly the same issues as exercise 1. On the
28-
last line the comma is on the wrong side. **`"bla bla,"` is a
29-
string that contains a comma, but `"bla bla",` is a string and a
30-
separate comma.** In this exercise, the last line should be
28+
last line the comma is on the wrong side. `"bla bla,"` is a string
29+
that **contains** a comma, but `"bla bla",` is a string and a
30+
**separate** comma. In this exercise, the last line should be
3131
`print("I don't know what", something, "means.")`
3232

3333
3. We can simply ask the word with input and print `word * 1000`.

0 commit comments

Comments
 (0)