0

what is the actual working of while loop for the given below code ?

n = int(raw_input()) arr = map(int, raw_input().split()) m=max(arr) while max(arr)==m: arr.remove(max(arr)) print (max(arr))

24th Jun 2018, 10:33 AM
Ch.Lakshman Vinay
1 Réponse
0
What value you are passing into input here?
30th Jun 2018, 5:28 PM
$±𝐎â‚č𝔭!𝐹𝓝
$±𝐎â‚č𝔭!𝐹𝓝 - avatar