[lang-ref]
( basic )
>
( basic_syntax )
> ( comment_single_line ) ( python )
[lang-ref] ( comment_single_line ) ( python )
def test_comment_single_line(): a = 1 # single line comment # a += 1 assert a == 1