Comments in Python
Jan 30, 2023 路 1 min read 路 Python Comments What if you want to write some code in the file, But you want that the code should not to be printed in the terminal? This is what Comments help you with! You just simply write the code in a defined syntax, and while running the code,...
Join discussion


