exercism / python

Exercism exercises in Python.
https://exercism.org/tracks/python
MIT License
1.92k stars 1.29k forks source link

[New Concept Exercise] : sequences and common sequence operations #2290

Closed DavidGerva closed 2 years ago

DavidGerva commented 4 years ago

Note: this issue was ported from the working [V3] repo, and needs to be re-done.

This issue describes how to implement the slicing concept exercise for the Python track.

Getting started

Please please please read the docs before starting. Posting PRs without reading these docs will be a lot more frustrating for you during the review cycle, and exhaust Exercism's maintainers' time. So, before diving into the implementation, please read up on the following documents:

Goal

The goal of this exercise is to teach the student about the slicing operation in Python and how it applies to various data types.

Learning objectives

Out of scope

Concepts

Prerequisites

Resources to refer to

Hints

After

Representer

No changes required.

Analyzer

No changes required.

Implementing

Tests should be written using unittest.TestCase and the test file named slicing_test.py.

Help

If you have any questions while implementing the exercise, please post the questions as comments in this issue.

github-actions[bot] commented 3 years ago

This issue has been automatically marked as abandoned because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

github-actions[bot] commented 2 years ago

This issue has been automatically marked as abandoned 🏚 because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

BethanyG commented 2 years ago

Flagging as close and reopen with new issue template.