This comment is hidden because it contains spoiler information about the solution
what does the maketrans and translate function do exactly?
Succinctly. Well done!
"You are a great wizard, you know."
is it joke or normal practices?
not so much guessing, but perhaps extrapolating or deducing...
but anyway, if you've learned about numbers a bit, and you stare at the sample tests critically enough, the formula just leaps out at you
I take my hat off.
Cool one :)
U`re a genius
Okay, this was cool
No mutation here. That's not what you're talking about...
value mutate - bad practice
perfect
because we need to return an integer for the code to pass the test. In python using the / will return a float for example 10/2 will give you 5.0 which is a float number but 10//2 will give you 5 which is an integer
Loading collection data...
This comment is hidden because it contains spoiler information about the solution
what does the maketrans and translate function do exactly?
Succinctly. Well done!
"You are a great wizard, you know."
is it joke or normal practices?
not so much guessing, but perhaps extrapolating or deducing...
but anyway, if you've learned about numbers a bit, and you stare at the sample tests critically enough, the formula just leaps out at you
This comment is hidden because it contains spoiler information about the solution
I take my hat off.
Cool one :)
U`re a genius
Okay, this was cool
No mutation here. That's not what you're talking about...
value mutate - bad practice
perfect
because we need to return an integer for the code to pass the test. In python using the / will return a float for example 10/2 will give you 5.0 which is a float number but 10//2 will give you 5 which is an integer
Loading more items...