File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 16461646 "id" : " 28090f09-ec56-4638-8238-d5f09a764a7a" ,
16471647 "metadata" : {
16481648 "editable" : true ,
1649+ "remove_code" : " non-comments" ,
16491650 "slideshow" : {
16501651 "slide_type" : " "
16511652 },
1652- "remove_code" : " non-comments" ,
16531653 "tags" : []
16541654 },
16551655 "outputs" : [],
18691869 " # Print a slice of the list from the beginning\n "
18701870 ]
18711871 },
1872+ {
1873+ "cell_type" : " code" ,
1874+ "execution_count" : null ,
1875+ "id" : " 98a15c5a" ,
1876+ "metadata" : {},
1877+ "outputs" : [],
1878+ "source" : [
1879+ " # show step\n " ,
1880+ " print(my_list[0:5:2]) # show every second element"
1881+ ]
1882+ },
18721883 {
18731884 "cell_type" : " code" ,
18741885 "execution_count" : null ,
Original file line number Diff line number Diff line change 24152415 "id" : " 28090f09-ec56-4638-8238-d5f09a764a7a" ,
24162416 "metadata" : {
24172417 "editable" : true ,
2418+ "remove_code" : " non-comments" ,
24182419 "slideshow" : {
24192420 "slide_type" : " "
24202421 },
2421- "remove_code" : " non-comments" ,
24222422 "tags" : []
24232423 },
24242424 "outputs" : [],
26562656 " print(my_list[:2]) # More slicing"
26572657 ]
26582658 },
2659+ {
2660+ "cell_type" : " code" ,
2661+ "execution_count" : null ,
2662+ "id" : " 98a15c5a" ,
2663+ "metadata" : {},
2664+ "outputs" : [],
2665+ "source" : [
2666+ " # show step\n " ,
2667+ " print(my_list[0:5:2]) # show every second element"
2668+ ]
2669+ },
26592670 {
26602671 "cell_type" : " code" ,
26612672 "execution_count" : null ,
You can’t perform that action at this time.
0 commit comments