Skip to content

Commit 19e4fd5

Browse files
committed
hints are updated in day_23
1 parent 352ff5c commit 19e4fd5

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

Status/Day_23.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
>5
1717
>```
1818
### Hints
19-
> ***Pending***
19+
> ***Make the scores unique and then find 2nd best number***
2020
2121
----------------------
2222
**My Solution: Python 3**
@@ -53,7 +53,7 @@ Your task is to wrap the string into a paragraph of width.***
5353
>```
5454
5555
### Hints
56-
> ***Pending***
56+
> ***Use wrap function of textwrap module***
5757
5858
----------------------
5959
@@ -102,7 +102,7 @@ if __name__ == '__main__':
102102
>--------e--------
103103
>```
104104
### Hints
105-
>***Pending***
105+
>***First print the half of the Rangoli in the given way and save each line in a list. Then print the list in reverse order to get the rest.***
106106
107107
----------------------
108108
**My Solution: Python 3**
@@ -157,7 +157,7 @@ if __name__ == '__main__':
157157
158158
----------------------
159159
### Hints
160-
> ***Pending***
160+
> ***Use weekday function of calender module***
161161
162162
----------------------
163163
@@ -200,7 +200,7 @@ print(calendar.day_name[dayId].upper())
200200
201201
----------------------
202202
### Hints
203-
> ***Pending***
203+
> ***Use \'^\' to make symmetric difference operation.***
204204
205205
----------------------
206206

0 commit comments

Comments
 (0)