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 16
16
>5
17
17
>```
18
18
### Hints
19
- > ***Pending ***
19
+ > ***Make the scores unique and then find 2nd best number ***
20
20
21
21
----------------------
22
22
**My Solution: Python 3**
@@ -53,7 +53,7 @@ Your task is to wrap the string into a paragraph of width.***
53
53
>```
54
54
55
55
### Hints
56
- > ***Pending ***
56
+ > ***Use wrap function of textwrap module ***
57
57
58
58
----------------------
59
59
@@ -102,7 +102,7 @@ if __name__ == '__main__':
102
102
>--------e--------
103
103
>```
104
104
### 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. ***
106
106
107
107
----------------------
108
108
**My Solution: Python 3**
@@ -157,7 +157,7 @@ if __name__ == '__main__':
157
157
158
158
----------------------
159
159
### Hints
160
- > ***Pending ***
160
+ > ***Use weekday function of calender module ***
161
161
162
162
----------------------
163
163
@@ -200,7 +200,7 @@ print(calendar.day_name[dayId].upper())
200
200
201
201
----------------------
202
202
### Hints
203
- > ***Pending ***
203
+ > ***Use \'^\' to make symmetric difference operation. ***
204
204
205
205
----------------------
206
206
You can’t perform that action at this time.
0 commit comments