Skip to content

Commit 4ebc728

Browse files
authored
Update Day 8.md
1 parent 3649c10 commit 4ebc728

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Status/Day 8.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ ss = sorted(ss.items()) # returns as a tuple list
8383
for i in ss:
8484
print("%s:%d"%(i[0],i[1]))
8585
```
86-
**OR**
86+
**Solution by: AnjanKumarG**
8787
```python
8888
from pprint import pprint
8989
p=input().split()

0 commit comments

Comments
 (0)