File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments