Conversation
@snacks no i dun fucked up
0
0
1

Lucy [hiatus era] 𒌋𒁯

@snacks @kirby js and the for loop needs curly brackets
0
0
1

Lucy [hiatus era] 𒌋𒁯

@snacks @kirby every single line tells you in at least one way this is not python tho
2
0
1
@snacks @kirby the bigger question is why did OP forget the brackets??
1
0
0
@lucy @kirby @snacks continue; would be the only valid line of python there
1
0
2
@eal @kirby @snacks true, however unusual to use ; in python idk
1
0
0

@snacks @kirby > ===

only one language would have such a cursed operator

0
0
0

Lucy [hiatus era] 𒌋𒁯

@snacks @kirby but that's only valid if there's a single expression following, not 2 like here. like this is entry level code comprehension. didn't kirby literally work as a dev?
1
0
1
@lucy @kirby @snacks where the hell did you hear that
1
0
0
@nyanide @kirby @snacks the pixies in my walls told me
0
1
1

@lucy @kirby @snacks yeah I only use it for shell oneliners like (trivial example):

echo "1 2 3" | python -c 'x = input();y = sum(int(n) for n in x.split());print(y)'

0
0
0