Python Comments
Content Waht is a Python comment ? Single-line comments Multi-line comments Why use python comments 1. Waht is a Python comment ? In Python, comments are used to add explanatory notes or annotations within the code. Comments are ignored by the Python interpreter and have no impact on the execution of the program. They are…