Post AtqQcEZ1A9NevYwaa8 by leonerd@fosstodon.org
(DIR) More posts by leonerd@fosstodon.org
(DIR) Post #Atq5eIDiRPbloF7Xqi by foone@digipres.club
2025-05-07T04:16:11Z
0 likes, 0 repeats
print(f"This is either python, or c code with the open parens in the wrong place");
(DIR) Post #Atq6KT1keQpDUOdPkm by glyph@mastodon.social
2025-05-07T04:23:47Z
0 likes, 0 repeats
@foone Huh. TIL that's valid in python. apparently I have so comprehensively enabled pyflakes[1] in my editor that I thought F541 was just a flat-out syntax error[1]: contextually promoted to flake8 or to ruff depending on the project's configuration
(DIR) Post #AtqQcEZ1A9NevYwaa8 by leonerd@fosstodon.org
2025-05-07T08:11:04Z
0 likes, 0 repeats
@foone printf("This is %s\n", ("Perl", "C"));