tfm@piefed.europe.pub to Programmer Humor@programming.devEnglish · 3 months agoExclusive insightspiefed.europe.pubimagemessage-square19linkfedilinkarrow-up10arrow-down10
arrow-up10arrow-down1imageExclusive insightspiefed.europe.pubtfm@piefed.europe.pub to Programmer Humor@programming.devEnglish · 3 months agomessage-square19linkfedilink
minus-squaregigachad@piefed.sociallinkfedilinkEnglisharrow-up1·3 months agoI guess you could add some sleep(1) inbetween
minus-square9point6@lemmy.worldlinkfedilinkarrow-up1·3 months agoNeeds to be a sleep(3) and sleep(5) between the last ones just to add suspense
minus-squarexav@programming.devlinkfedilinkarrow-up1·3 months agoThis is Python. It’s already show enough.
minus-squareStarvingMartist@sh.itjust.workslinkfedilinkEnglisharrow-up1·3 months agoOoof starting the day with violence I see
minus-squaregigachad@piefed.sociallinkfedilinkEnglisharrow-up0·3 months agoIt’s valid Python code though, the semicolons will run but are unnecessary
minus-squareNeatNit@discuss.tchncs.delinkfedilinkarrow-up1·edit-23 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·3 months agoA way to have several statements on the same line?
minus-squareNeatNit@discuss.tchncs.delinkfedilinkarrow-up1·3 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 guess you could add some
sleep(1)inbetweenNeeds to be a
sleep(3)andsleep(5)between the last ones just to add suspenseThis is Python. It’s already show enough.
Ooof starting the day with violence I see
That’s not python
It’s valid Python code though, the semicolons will run but are unnecessary
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