Skip to content

Commit dc0170b

Browse files
authored
remove is-palindrome (#192)
1 parent 5c881c8 commit dc0170b

File tree

3 files changed

+7
-99
lines changed

3 files changed

+7
-99
lines changed

Python/Module2_EssentialsOfPython/Problems/Palindrome.md

Lines changed: 0 additions & 98 deletions
This file was deleted.

Python/changes.rst

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,13 @@ Changelog
55
This is a record of all past PLYMI releases and what went into them,
66
in reverse chronological order.
77

8+
----------
9+
2022-03-14
10+
----------
11+
12+
Removed the "is palindrome" problem from Module 2.
13+
14+
815
----------
916
2022-01-29
1017
----------

Python/module_2_problems.rst

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@ These problems were written by former students of mine and PLYMI readers. Have y
1010
:caption: Contents:
1111

1212
Module2_EssentialsOfPython/Problems/MergeMaxDicts.md
13-
Module2_EssentialsOfPython/Problems/Palindrome.md
1413
Module2_EssentialsOfPython/Problems/MarginPercentage.md
1514
Module2_EssentialsOfPython/Problems/DifferenceFanout.md
1615
Module2_EssentialsOfPython/Problems/EncodeAsString.md

0 commit comments

Comments
 (0)