Browse Source

subject

pull/1372/head
zainabdnaya 2 years ago committed by Hamza elkhatri
parent
commit
267b10d31d
  1. 2
      subjects/unzipstring/README.md

2
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

Loading…
Cancel
Save