what do you mean by comment line in python
Answers
Answered by
1
Answer:
python is a one type of dangerous snake
Answered by
3
Answer:
Unlike other programming languages Python doesn't support multi-line comment blocks out of the box. The recommended way to comment out multiple lines of code in Python is to use consecutive # single-line comments. This is the only way to get “true” source code comments that are removed by the Python parser.
Similar questions