Skip to content

Commit 14f98f4

Browse files
Update README.md
1 parent 1f06c90 commit 14f98f4

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

week_2/README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,3 +40,10 @@ You can find out the data type of any object by using the `type()` function:
4040
```python
4141
x = 5
4242
print(type(x)) # Output: <class 'int'>
43+
44+
## Practice Questions and Resources
45+
46+
- **Practice Questions**: [HackerRank Python Practice](https://www.hackerrank.com/domains/tutorials/10-days-of-python)
47+
- **YouTube Channel**: [My Python Playlist](https://www.youtube.com/playlist?list=PLX1eV90xXed2wujMJKUdsWQu2UMS9ROGO)
48+
49+
Explore these resources to test your knowledge and enhance your programming skills!

0 commit comments

Comments
 (0)