There's definitely no need for isinstance as we're only checking for 1
SHIT! So smart! I was wondering how the p+i didn't make it start from 0. Then I remembered the first one will make p default to 1 since p^i is n^0. I am beginning to understand enumerate() more and more
Loading collection data...
There's definitely no need for isinstance as we're only checking for 1
SHIT! So smart! I was wondering how the p+i didn't make it start from 0. Then I remembered the first one will make p default to 1 since p^i is n^0. I am beginning to understand enumerate() more and more