Skip to content

Commit bece387

Browse files
authored
Update README.md
1 parent e9e4fd1 commit bece387

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

README.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,3 +23,12 @@ My profile : [Somia Nasir](https://www.hackerrank.com/somianasir54)
2323
|[Lists](https://www.hackerrank.com/challenges/python-lists/problem)|[python-lists.py](https://github.com/SomiaNasir/HackerRank-Python/blob/main/02.%20Basic%20Data%20Types/005.%20python-lists.py)|Easy|
2424
|[Tuples](https://www.hackerrank.com/challenges/python-tuples/problem)|[python-tuples.py](https://github.com/SomiaNasir/HackerRank-Python/blob/main/02.%20Basic%20Data%20Types/006.%20python-tuples.py)|Easy|
2525

26+
## [Strings](https://github.com/SomiaNasir/HackerRank-Python/tree/main/03.%20Strings)
27+
28+
|Challenge|Solution|Difficulty|
29+
|---------|--------|----------|
30+
|[sWAP cASE](https://www.hackerrank.com/challenges/swap-case/problem)|[swap-case.py](https://github.com/SomiaNasir/HackerRank-Python/blob/main/03.%20Strings/001.%20swap-case.py)|Easy|
31+
|[String Split and Join](https://www.hackerrank.com/challenges/python-string-split-and-join/problem)|[python-string-split-and-join.py](https://github.com/SomiaNasir/HackerRank-Python/blob/main/03.%20Strings/002.%20python-string-split-and-join.py)|Easy|
32+
|[What's Your Name?](https://www.hackerrank.com/challenges/whats-your-name/problem)|[whats-your-name.py](https://github.com/SomiaNasir/HackerRank-Python/blob/main/03.%20Strings/003.%20whats-your-name.py)|Easy|
33+
|[Mutations](https://www.hackerrank.com/challenges/python-mutations/problem)|[python-mutations.py](https://github.com/SomiaNasir/HackerRank-Python/blob/main/03.%20Strings/004.%20python-mutations.py)|Easy|
34+
|[Find a string](https://www.hackerrank.com/challenges/find-a-string/problem)|[find-a-string.py](https://github.com/SomiaNasir/HackerRank-Python/blob/main/03.%20Strings/005.%20find-a-string.py)|Easy|

0 commit comments

Comments
 (0)