Posted on 16th September 2024|32 views
Why semicolon is not used in python?
Posted on 16th September 2024| views
Python utilizes the ; as a separator, but not as a terminator. You can likewise utilize them at the end of any line, that makes them seem like a statement terminator. However, that is legal simply because blank statements remain legal within Python, a line which includes a semicolon at the end means two statements, the second one is blank.