0
What is the very reason python have double semicolon
3 Antworten
+ 5
Magic methods suggest "double underscore" __ - is that what the question is about?
+ 4
Not really sure what you mean here. Where is the double semicolon exactly in Python?
+ 2
As 'semicolon' is ';', 'double semicolon' should be ';;' but there is no use of them in Python ^^
Are you meaning 'double vertical dots'? @@