You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Status/Day 1.md
+7Lines changed: 7 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -194,7 +194,14 @@ for item in range(num+1):
194
194
print(dictio)
195
195
```
196
196
---
197
+
```python
198
+
'''Solution by:
199
+
'''
197
200
201
+
num =int(input("Number: "))
202
+
print(dict(list(enumerate((i * i for i inrange(num+1))))))
203
+
```
204
+
---
198
205
## Conclusion
199
206
200
207
**_These was the solved problems of day 1. The above problems are very easy for the basic syntex learners.I have shown some easy ways of coding in my solutions. Lets see how to face and attack new problems in the next day._**
0 commit comments