We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3a464a0 commit 71fc9dbCopy full SHA for 71fc9db
1 file changed
answers.md
@@ -25,9 +25,9 @@ isn't exactly like mine but it works just fine it's ok, and you can
25
`print('You entered:', something)`.
26
27
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
+ last line the comma is on the wrong side. `"bla bla,"` is a string
+ that **contains** a comma, but `"bla bla",` is a string and a
+ **separate** comma. In this exercise, the last line should be
31
`print("I don't know what", something, "means.")`
32
33
3. We can simply ask the word with input and print `word * 1000`.
0 commit comments