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 00d5bcc commit 951d4d3Copy full SHA for 951d4d3
exercises/concept/meltdown-mitigation/.docs/introduction.md
@@ -50,7 +50,7 @@ elif y > z:
50
else:
51
print("z is greater than x and y")
52
...
53
->>> z is great than x and y
+>>> z is greater than x and y
54
```
55
56
[Boolean operations][boolean operations] and [comparisons][comparisons] can be combined with conditionals for more complex testing:
0 commit comments