Use list slicing to print specific items in a list, e.g. `print(my_list[1:3])`. The `print()` function will print the slice of the list starting at the ...
確定! 回上一頁