What is the very reason python have double semicolon | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

What is the very reason python have double semicolon

30th Jul 2017, 10:18 PM
rubby
rubby - avatar
3 Answers
+ 5
Magic methods suggest "double underscore" __ - is that what the question is about?
31st Jul 2017, 7:34 AM
Kuba SiekierzyƄski
Kuba SiekierzyƄski - avatar
+ 4
Not really sure what you mean here. Where is the double semicolon exactly in Python?
31st Jul 2017, 6:34 AM
Kuba SiekierzyƄski
Kuba SiekierzyƄski - avatar
+ 2
As 'semicolon' is ';', 'double semicolon' should be ';;' but there is no use of them in Python ^^ Are you meaning 'double vertical dots'? @@
31st Jul 2017, 7:07 AM
visph
visph - avatar