From 267b10d31d3c31703647f471aa0e52b0ef59a3ef Mon Sep 17 00:00:00 2001 From: zainabdnaya Date: Tue, 21 Jun 2022 17:53:18 +0100 Subject: [PATCH] subject --- subjects/unzipstring/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/subjects/unzipstring/README.md b/subjects/unzipstring/README.md index e4e353ee..88fc8acb 100644 --- a/subjects/unzipstring/README.md +++ b/subjects/unzipstring/README.md @@ -3,7 +3,7 @@ ### Instructions -write a function named Unzipstring that takes a string iN,m form of a number and an alphabet like (2a) and returns the original string (aa). +write a function named `Unzipstring` that takes a string iN,m form of a number and an alphabet like (2a) and returns the original string (aa). - the number before the alphabet should be between 0 to 9 - The one alphabet after each number should be between a to z or A to Z