Ved Prakash Vishwakarma
Ved Prakash Vishwakarma
if y_true is 0 than what we have to return
/attempt #17153 Options Cancel my attempt
The pre written code was correct but it is sorting in the reverse order so I just manipulated that code and nothing new in that code so what sort of...
The prewritten code prints ['d', 'c', 'e', 'b', 'a'] which you guys are saying wrong. After my implementation it is printing ['a', 'c', 'b', 'd', 'e'] which is correct as...