File tree Expand file tree Collapse file tree 1 file changed +7
-0
lines changed Expand file tree Collapse file tree 1 file changed +7
-0
lines changed Original file line number Diff line number Diff line change @@ -26,6 +26,13 @@ Understanding how to use comments and variables is essential for writing effecti
26
26
27
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
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
+
29
36
``` python
30
37
# This is a single-line comment
31
38
print (" Hello, World!" ) # This comment explains the print function
You can’t perform that action at this time.
0 commit comments