From 27161a4e759e4260dc6a6ac1987b3b8c10c68082 Mon Sep 17 00:00:00 2001 From: Johnny Li Date: Sun, 4 Feb 2024 16:06:26 -0800 Subject: [PATCH] Remove non-numeric string in Python --- python/remove-non-numeric-string.md | 3 --- 1 file changed, 3 deletions(-) diff --git a/python/remove-non-numeric-string.md b/python/remove-non-numeric-string.md index e63473a..974e781 100644 --- a/python/remove-non-numeric-string.md +++ b/python/remove-non-numeric-string.md @@ -1,6 +1,3 @@ - - - ## Remove non numeric String.md ```python