devilish666@lemmy.world to Programmer Humor@programming.dev · 7 months agoIt's always semicolon, God damnit.......lemmy.worldimagemessage-square16fedilinkarrow-up12arrow-down10
arrow-up12arrow-down1imageIt's always semicolon, God damnit.......lemmy.worlddevilish666@lemmy.world to Programmer Humor@programming.dev · 7 months agomessage-square16fedilink
minus-squaremaynarkh@feddit.nllinkfedilinkarrow-up1·7 months agoJoke’s on you, I use semicolons in Pythpn
minus-squaremariusafa@lemmy.sdf.orglinkfedilinkarrow-up1·7 months agoHow? For real I hate python not having ; and { and depending on tabs and spaces (PAIN)
minus-squarefl42v@lemmy.mllinkfedilinkarrow-up1·7 months agoMay I interest you in https://tushar.lol/post/cursed-for/
minus-squaremariusafa@lemmy.sdf.orglinkfedilinkarrow-up1·7 months agoNice, my lovely C syntax. Thank you!
minus-squaredustyData@lemmy.worldlinkfedilinkarrow-up1·7 months agoPython supports both, it’s just not pythonic. It’s not the way it’s meant to be written but you can write them if you want/are a masochist, because of the syntax’s flexibility.
minus-squaremaynarkh@feddit.nllinkfedilinkarrow-up1·7 months agoYou can end any statement in Python with a semicolon, you can also put multiple statements on the same line, putting a semicolon between them.
Joke’s on you, I use semicolons in Pythpn
How? For real I hate python not having ; and { and depending on tabs and spaces (PAIN)
You should try ruby.
May I interest you in https://tushar.lol/post/cursed-for/
Nice, my lovely C syntax. Thank you!
Python supports both, it’s just not pythonic. It’s not the way it’s meant to be written but you can write them if you want/are a masochist, because of the syntax’s flexibility.
You can end any statement in Python with a semicolon, you can also put multiple statements on the same line, putting a semicolon between them.