We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ec7219c commit 5229c42Copy full SHA for 5229c42
1 file changed
Basic/indentation.md
@@ -14,7 +14,7 @@
14
15
### For example:
16
consider if loop
17
-In C Programing :scroll::
+In C Programing
18
```python
19
if(conditions) {
20
#main code
@@ -57,7 +57,7 @@ if(1==1) :
57
print("second line")
58
```
59
60
-Incorrect indentation will result into
+Above Program Create Following Error
61
62
IndentationError: unindent does not match any outer indentation level
63
0 commit comments