Skip to content

Commit b2624da

Browse files
committed
repaired broken link for default arguments filename
1 parent 3982351 commit b2624da

File tree

5 files changed

+1
-10
lines changed

5 files changed

+1
-10
lines changed

BasicDataTypes/SetsSymmetricDifference.py

Lines changed: 0 additions & 7 deletions
This file was deleted.
File renamed without changes.

HackerrankUtility/python_info.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ Introduction
22
["Say Hello, World! With Python", "Reading Raw Input", "Python If-Else", "Arithmetic Operators", "Python: Division", "Loops", "Write a function", "Print Function"]
33

44
Basic Data Types
5-
["Lists", "Tuples", "Sets - Symmetric Difference", "List Comprehensions", "Find the Second Largest Number", "Nested Lists", "Finding the percentage"]
5+
["Lists", "Tuples", "List Comprehensions", "Find the Second Largest Number", "Nested Lists", "Finding the percentage"]
66

77
Strings
88
["sWAP cASE", "String Split and Join", "Whats Your Name?", "Mutations", "Find a string", "String Validators", "Text Alignment", "Text Wrap", "Designer Door Mat", "String Formatting", "Alphabet Rangoli", "Capitalize!", "The Minion Game"]

HackerrankUtility/solution_list.html

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@
1111
- Basic Data Types
1212
- [Lists](BasicDataTypes/Lists.py)
1313
- [Tuples](BasicDataTypes/Tuples.py)
14-
- [Sets - Symmetric Difference](BasicDataTypes/SetsSymmetricDifference.py)
1514
- [List Comprehensions](BasicDataTypes/ListComprehensions.py)
1615
- [Find the Second Largest Number](BasicDataTypes/FindtheSecondLargestNumber.py)
1716
- [Nested Lists](BasicDataTypes/NestedLists.py)

readme.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,6 @@ My solutions of <strong>Hackerrank Python Domain</strong> challenges. The codes
3030
- Basic Data Types
3131
- [Lists](BasicDataTypes/Lists.py)
3232
- [Tuples](BasicDataTypes/Tuples.py)
33-
- [Sets - Symmetric Difference](BasicDataTypes/SetsSymmetricDifference.py)
3433
- [List Comprehensions](BasicDataTypes/ListComprehensions.py)
3534
- [Find the Second Largest Number](BasicDataTypes/FindtheSecondLargestNumber.py)
3635
- [Nested Lists](BasicDataTypes/NestedLists.py)

0 commit comments

Comments
 (0)