I have no idea what ;
is in python.
I saw people using
print(x) ; print(y)
But I don't see a document that explains this. I want a document that explains this.
I have no idea what ;
is in python.
I saw people using
print(x) ; print(y)
But I don't see a document that explains this. I want a document that explains this.
As your question states as, you want a document:
Here is Compound statements:
A suite can be one or more semicolon-separated simple statements on the same line as the header, following the header’s colon, or it can be one or more indented statements on subsequent lines.