Skip to content

Commit 9c5f26e

Browse files
kannessatwikkansal
authored andcommitted
match order of display to if/else order (satwikkansal#105)
I was WTFing for way too long until I realised that the results were displayed in opposite order of the if/else statement.
1 parent b0e7a81 commit 9c5f26e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -774,10 +774,10 @@ for item in mixed_list:
774774
775775
**Output:**
776776
```py
777-
>>> booleans_found_so_far
778-
0
779777
>>> integers_found_so_far
780778
4
779+
>>> booleans_found_so_far
780+
0
781781
```
782782
783783
2\.

0 commit comments

Comments
 (0)