Why this code is not returning max value present in variable?

后端 未结 0 1895
梦谈多话
梦谈多话 2020-12-24 14:16
if __name__ == \'__main__\':
n = int(input())
arr = map(int, input().split())

a = max(arr)
print(a)

This code is not returning the maximum value pr

相关标签:
回答
  • 消灭零回复
提交回复
热议问题