There was an error while loading. Please reload this page.
1 parent 21241d9 commit 87a4cfeCopy full SHA for 87a4cfe
Status/Day_11.md
@@ -67,7 +67,7 @@ tp = (1,2,3,4,5,6,7,8,9,10)
67
68
print('The Original Tuple:',tp)
69
70
-splitted = [print('Splitted List :{List}'.format(List = tp[x:x+5])) for x in range(0,len(tp),5)]
+[print('Splitted List :{List}'.format(List = tp[x:x+5])) for x in range(0,len(tp),5)]
71
72
```
73
------------------
0 commit comments