Skip to content

Commit 87a4cfe

Browse files
authored
Update Day_11.md
1 parent 21241d9 commit 87a4cfe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Status/Day_11.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ tp = (1,2,3,4,5,6,7,8,9,10)
6767

6868
print('The Original Tuple:',tp)
6969

70-
splitted = [print('Splitted List :{List}'.format(List = tp[x:x+5])) for x in range(0,len(tp),5)]
70+
[print('Splitted List :{List}'.format(List = tp[x:x+5])) for x in range(0,len(tp),5)]
7171

7272
```
7373
------------------

0 commit comments

Comments
 (0)