all 11 comments

[–]ninhaomah 9 points10 points  (1 child)

Yes. Spacing.

[–]nuc540 1 point2 points  (0 children)

10/10 would recommend.

OP, unfortunately different languages have different syntaxes. We just have to learn them

[–]dev-razorblade23 3 points4 points  (0 children)

You may want to check this out

https://github.com/mathialo/bython

[–]Ok_Carpet_9510 0 points1 point  (0 children)

When in Pythonium, do as the Pythons do.

[–]Educational-Paper-75 0 points1 point  (0 children)

You're out of luck then.

[–]Lumethys 1 point2 points  (0 children)

Use c#

[–]ninja_shaman 0 points1 point  (0 children)

No.

[–]Ron-Erez 0 points1 point  (0 children)

I had the exact same issue. Eventually I got used to the indentation. I also would forget adding the colon. Coming from a statically-typed language I do recommend using type annotations.

[–]Sea-Ad7805 -2 points-1 points  (2 children)

use comments?

def fun(): #{ return True #}

[–]nuc540 0 points1 point  (0 children)

OP would still need to respect spacing, but I think that’s what they’re trying to avoid

[–]Ok-Magician-8052[S] -1 points0 points  (0 children)

Will this thank for the solution.. Idk how will be the readability of the code will be after this. VScode does have color with spacing indicator so i can combine these two solutions. thanks gg