Skip to content

Commit 5c81d17

Browse files
authored
Merge pull request darkprinx#22 from darkprinx/revert-19-patch-3
Revert "Update Day_24.md"
2 parents 71e1e40 + 03c6fa5 commit 5c81d17

File tree

1 file changed

+0
-12
lines changed

1 file changed

+0
-12
lines changed

Status/Day_24.md

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -204,18 +204,6 @@ sum = rec(n)
204204
print(sum)
205205
```
206206
207-
**Solution:**
208-
209-
```python
210-
'''Solution by: Prashanth'''
211-
212-
N = int(input(' : '))
213-
sum = 0
214-
for i in range(N+1):
215-
sum += i
216-
print(sum)
217-
218-
```
219207
---
220208

221209
[**_go to previous day_**](https://github.com/darkprinx/100-plus-Python-programming-exercises-extended/blob/master/Status/Day_22.md "Day 23")

0 commit comments

Comments
 (0)