Skip to content

Commit 5a97c4f

Browse files
Update README.md
1 parent 0b75e93 commit 5a97c4f

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

week_1/README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,13 @@ Understanding how to use comments and variables is essential for writing effecti
2626

2727
Single-line comments start with a `#` and extend to the end of the line. They are used to provide brief explanations or notes within the code.
2828

29+
## Practice Questions and Resources
30+
31+
- **Practice Questions**: [HackerRank Python Practice](https://www.hackerrank.com/domains/tutorials/10-days-of-python)
32+
- **YouTube Channel**: [My Python Playlist](https://www.youtube.com/playlist?list=PLX1eV90xXed2wujMJKUdsWQu2UMS9ROGO)
33+
34+
Explore these resources to test your knowledge and enhance your programming skills!
35+
2936
```python
3037
# This is a single-line comment
3138
print("Hello, World!") # This comment explains the print function

0 commit comments

Comments
 (0)