tfm@piefed.europe.pub to Programmer Humor@programming.devEnglish · 11 months agoExclusive insightspiefed.europe.pubimagemessage-square22linkfedilinkarrow-up111arrow-down13
arrow-up18arrow-down1imageExclusive insightspiefed.europe.pubtfm@piefed.europe.pub to Programmer Humor@programming.devEnglish · 11 months agomessage-square22linkfedilink
minus-squareNeatNit@discuss.tchncs.delinkfedilinkarrow-up1·edit-211 months ago I am so perplexed and horrified. I’m going to need several weeks to get over this. What is this?!
minus-squareMad_Punda@feddit.orglinkfedilinkarrow-up0·11 months agoA way to have several statements on the same line?
minus-squareNeatNit@discuss.tchncs.delinkfedilinkarrow-up1·11 months agoIt seems I had semicolons confused with braces: if picture is broken, it’s this: ~ $ python -c "from __future__ import braces" File "<string>", line 1 SyntaxError: not a chance
I am so perplexed and horrified. I’m going to need several weeks to get over this. What is this?!
A way to have several statements on the same line?
It seems I had semicolons confused with braces:
if picture is broken, it’s this:
~ $ python -c "from __future__ import braces" File "<string>", line 1 SyntaxError: not a chance