

1·
18 days agoIn python self is just a convention, you can call it whatever you want :)
In python self is just a convention, you can call it whatever you want :)
Just be carerul when refactoring variable names in doc comments, I’ve seen some weird stuff happen there
Bogosort with extra steps
Bottom right has always happened, just create bugs yourself and then fix them to keep your job
More like javascript L, even python would throw a TypeError for this example.
At least in C#, you can define variables with keyword names like this:
var @struct = “abc”
I think in Kotlin you can do the same, and even include spaces with backticks like val
abstract class
= “abc”I’m not sure if other languages allow that, regardless it should be rarely used.