Skip to content

Commit 7bba5e4

Browse files
committed
[fix] fix solution formats
1 parent 9cf0e0d commit 7bba5e4

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

Status/Day_23.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -214,9 +214,10 @@ if __name__ == '__main__':
214214
n = int(input())
215215
print_rangoli(n)
216216
```
217-
**suggula jaswanth**
218-
219-
```python3
217+
---
218+
```python
219+
'''Solution by: suggula jaswanth
220+
'''
220221
def rangoli(n):
221222
# your code goes here
222223
l1=list(map(chr,range(97,123)))

0 commit comments

Comments
 (0)