fix(curriculum): typo in step 43 of Building a Cipher (#54845)

This commit is contained in:
Aditya Rajput
2024-05-17 13:09:35 +05:30
committed by GitHub
parent 3b549867ee
commit 967039c32a
@@ -7,7 +7,7 @@ dashedName: step-43
# --description--
A conditional statement can also have an `else` clause. This clause can be added to the end of an `if` statement to execute alternative code if the condition is of the `if` statement is false:
A conditional statement can also have an `else` clause. This clause can be added to the end of an `if` statement to execute alternative code if the condition of the `if` statement is false:
```py
if x != 0: