Skip to content

Add slicing exercises for lists and tuples in ch04 #95

Description

@WangilaWakhongola

The current ch04 exercises cover string slicing well, but there are
no dedicated exercises for slicing lists and tuples.

It would be helpful to add exercises covering:

  • Basic list slicing [start:stop:step]
  • Negative indexing on lists
  • Tuple slicing
  • Reversing a list using slicing [::-1]

This would give beginners a more complete understanding of slicing
across all sequence types in Python.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions