We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0b75e93 commit 5a97c4fCopy full SHA for 5a97c4f
1 file changed
week_1/README.md
@@ -26,6 +26,13 @@ Understanding how to use comments and variables is essential for writing effecti
26
27
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.
28
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
36
```python
37
# This is a single-line comment
38
print("Hello, World!") # This comment explains the print function
0 commit comments