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 ответ
0
What value you are passing into input here?
30th Jun 2018, 5:28 PM
$¢𝐎₹𝔭!𝐨𝓝
$¢𝐎₹𝔭!𝐨𝓝 - avatar