We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0df2680 commit a791001Copy full SHA for a791001
Introduction/Comments/task.md
@@ -28,7 +28,7 @@ same line as a statement. Inline comments should be separated by at least two sp
28
29
You can read more about proper commenting in <a href="https://www.python.org/dev/peps/pep-0008/#comments">PEP 8 – Style Guide for Python Code</a>.
30
31
-You can also comment a line or a block of code if you don't want to delete it it's not needed it at the moment.
+You can also comment a line or a block of code if you don't want to delete it, but it's not needed at the moment.
32
33
### Task
34
In the code editor, comment the line with the `print` statement that says it should not be printed.
0 commit comments